Color Hex Logo

#c00eab Color Hex

#C00EAB
(192,14,171)
0 Favorites   0 Comments

Color spaces of #c00eab

RGB 19214171
HSL0.850.860.40
HSV307°93°75°
CMYK 0.000.930.11   0.25
XYZ29.246014.460839.7779
Yxy14.46080.35030.1732
Hunter Lab38.027470.7325-35.4002
CIE-Lab44.886775.1137-37.9971

#c00eab color RGB value is (192,14,171).

#c00eab hex color red value is 192, green value is 14 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c00eab hue: 0.85 , saturation: 0.86 and the lightness value of c00eab is 0.40.

The process color (four color CMYK) of #c00eab color hex is 0.00, 0.93, 0.11, 0.25. Web safe color of #c00eab is #cc0099. Color #c00eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001110 10101011
Octal 300 16 253
Decimal 192 14 171
Hex C0 E AB

RGB Percentages of Color #c00eab

%50.93
%3.71
%45.36

CMYK Percentages of Color #c00eab

%0
%93
%11
%25

Triadic Colors of #c00eab

#c00eab #abc00e #0eabc0

Analogous Colors of #c00eab

#c00eab #c00e52 #7c0ec0

Monochromatic Colors of #c00eab

#c00eab

Complementary Color

#c00eab #0ec023

#c00eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00eab Color CSS Codes

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

#c00eab Text Font Color

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

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


#c00eab Background Color

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

This div background color is #c00eab


#c00eab Border Color

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

This div border color is #c00eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00eab


Comments

No comments written yet.

Please login to write comment.