color codes Logo

#580cec color codes

#580CEC
(88,12,236)
0 Favorites   0 Comments

Color spaces of #580cec

RGB 8812236
HSL0.720.900.49
HSV260°95°93°
CMYK 0.630.950.00   0.07
XYZ19.29638.393879.9600
Yxy8.39380.17930.0780
Hunter Lab28.972168.1855-143.3541
CIE-Lab34.789974.9434-92.8718

#580cec color RGB value is (88,12,236).

#580cec hex color red value is 88, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #580cec hue: 0.72 , saturation: 0.90 and the lightness value of 580cec is 0.49.

The process color (four color CMYK) of #580cec color code is 0.63, 0.95, 0.00, 0.07. Web safe color of #580cec is #6600ff. Color #580cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001100 11101100
Octal 130 14 354
Decimal 88 12 236
Hex 58 C EC

RGB Percentages of Color #580cec

%26.19
%3.57
%70.24

CMYK Percentages of Color #580cec

%63
%95
%0
%7

Triadic Colors of #580cec

#580cec #ec580c #0cec58

Analogous Colors of #580cec

#580cec #c80cec #0c30ec

Monochromatic Colors of #580cec

#580cec

Complementary Color

#580cec #a0ec0c

#580cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#580cec Color CSS Codes

.mybgcolor {background-color:#580cec; } 
.myforecolor {color:#580cec; }
.mybordercolor {border:3px solid #580cec; }

#580cec Text Font Color

<p style="color:#580cec">Text here</p>

This sample text font color is #580cec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#580cec Background Color

<div style="background-color:#580cec">
Div content here</div>

This div background color is #580cec


#580cec Border Color

<div style="border:3px solid #580cec">
Div here</div>

This div border color is #580cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,12,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #580cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #580cec;
  -webkit-box-shadow: 1px 1px 3px 2px #580cec;
  box-shadow:         1px 1px 3px 2px #580cec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,12,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #580cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #580cec;
  -webkit-box-shadow: 1px 1px 3px 2px #580cec;
  box-shadow:         1px 1px 3px 2px #580cec;">
Div content here</div>

This div box has shadow with color #580cec


Comments

No comments written yet.

Please login to write comment.