Color Hex Logo

#c00aea Color Hex

#C00AEA
(192,10,234)
0 Favorites   0 Comments

Color spaces of #c00aea

RGB 19210234
HSL0.800.920.48
HSV289°96°92°
CMYK 0.180.960.00   0.08
XYZ36.698117.364179.2593
Yxy17.36410.27530.1302
Hunter Lab41.670384.2782-83.6039
CIE-Lab48.715685.1405-68.3334

#c00aea color RGB value is (192,10,234).

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

The process color (four color CMYK) of #c00aea color hex is 0.18, 0.96, 0.00, 0.08. Web safe color of #c00aea is #cc00ff. Color #c00aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001010 11101010
Octal 300 12 352
Decimal 192 10 234
Hex C0 A EA

RGB Percentages of Color #c00aea

%44.04
%2.29
%53.67

CMYK Percentages of Color #c00aea

%18
%96
%0
%8

Triadic Colors of #c00aea

#c00aea #eac00a #0aeac0

Analogous Colors of #c00aea

#c00aea #ea0aa4 #500aea

Monochromatic Colors of #c00aea

#c00aea

Complementary Color

#c00aea #34ea0a

#c00aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00aea Color CSS Codes

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

#c00aea Text Font Color

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

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


#c00aea Background Color

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

This div background color is #c00aea


#c00aea Border Color

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

This div border color is #c00aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,10,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00aea


Comments

No comments written yet.

Please login to write comment.