Color Hex Logo

#c00aec Color Hex

#C00AEC
(192,10,236)
0 Favorites   0 Comments

Color spaces of #c00aec

RGB 19210236
HSL0.800.920.48
HSV288°96°93°
CMYK 0.190.960.00   0.07
XYZ36.987117.479780.7814
Yxy17.47970.27350.1292
Hunter Lab41.808784.7490-85.2920
CIE-Lab48.858985.4761-69.2307

#c00aec color RGB value is (192,10,236).

#c00aec hex color red value is 192, green value is 10 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c00aec hue: 0.80 , saturation: 0.92 and the lightness value of c00aec is 0.48.

The process color (four color CMYK) of #c00aec color hex is 0.19, 0.96, 0.00, 0.07. Web safe color of #c00aec is #cc00ff. Color #c00aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001010 11101100
Octal 300 12 354
Decimal 192 10 236
Hex C0 A EC

RGB Percentages of Color #c00aec

%43.84
%2.28
%53.88

CMYK Percentages of Color #c00aec

%19
%96
%0
%7

Triadic Colors of #c00aec

#c00aec #ecc00a #0aecc0

Analogous Colors of #c00aec

#c00aec #ec0aa7 #4f0aec

Monochromatic Colors of #c00aec

#c00aec

Complementary Color

#c00aec #36ec0a

#c00aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00aec Color CSS Codes

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

#c00aec Text Font Color

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

This sample text font color is #c00aec
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.


#c00aec Background Color

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

This div background color is #c00aec


#c00aec Border Color

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

This div border color is #c00aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,10,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c00aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c00aec;
  -webkit-box-shadow: 1px 1px 3px 2px #c00aec;
  box-shadow:         1px 1px 3px 2px #c00aec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,10,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 #c00aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00aec


Comments

No comments written yet.

Please login to write comment.