Color Hex Logo

#c00ae4 Color Hex

#C00AE4
(192,10,228)
0 Favorites   0 Comments

Color spaces of #c00ae4

RGB 19210228
HSL0.810.920.47
HSV290°96°89°
CMYK 0.160.960.00   0.11
XYZ35.850417.025074.7954
Yxy17.02500.28080.1334
Hunter Lab41.261482.8844-78.5934
CIE-Lab48.291584.1430-65.6215

#c00ae4 color RGB value is (192,10,228).

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

The process color (four color CMYK) of #c00ae4 color hex is 0.16, 0.96, 0.00, 0.11. Web safe color of #c00ae4 is #cc00cc. Color #c00ae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001010 11100100
Octal 300 12 344
Decimal 192 10 228
Hex C0 A E4

RGB Percentages of Color #c00ae4

%44.65
%2.33
%53.02

CMYK Percentages of Color #c00ae4

%16
%96
%0
%11

Triadic Colors of #c00ae4

#c00ae4 #e4c00a #0ae4c0

Analogous Colors of #c00ae4

#c00ae4 #e40a9b #530ae4

Monochromatic Colors of #c00ae4

#c00ae4

Complementary Color

#c00ae4 #2ee40a

#c00ae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00ae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00ae4 Color CSS Codes

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

#c00ae4 Text Font Color

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

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


#c00ae4 Background Color

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

This div background color is #c00ae4


#c00ae4 Border Color

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

This div border color is #c00ae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00ae4


Comments

No comments written yet.

Please login to write comment.