Color Hex Logo

#c01eab Color Hex

#C01EAB
(192,30,171)
0 Favorites   0 Comments

Color spaces of #c01eab

RGB 19230171
HSL0.850.730.44
HSV308°84°75°
CMYK 0.000.840.11   0.25
XYZ29.553215.075339.8803
Yxy15.07530.34970.1784
Hunter Lab38.826967.9186-33.7197
CIE-Lab45.737272.6255-36.6533

#c01eab color RGB value is (192,30,171).

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

The process color (four color CMYK) of #c01eab color hex is 0.00, 0.84, 0.11, 0.25. Web safe color of #c01eab is #cc3399. Color #c01eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011110 10101011
Octal 300 36 253
Decimal 192 30 171
Hex C0 1E AB

RGB Percentages of Color #c01eab

%48.85
%7.63
%43.51

CMYK Percentages of Color #c01eab

%0
%84
%11
%25

Triadic Colors of #c01eab

#c01eab #abc01e #1eabc0

Analogous Colors of #c01eab

#c01eab #c01e5a #841ec0

Monochromatic Colors of #c01eab

#c01eab

Complementary Color

#c01eab #1ec033

#c01eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01eab Color CSS Codes

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

#c01eab Text Font Color

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

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


#c01eab Background Color

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

This div background color is #c01eab


#c01eab Border Color

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

This div border color is #c01eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01eab


Comments

No comments written yet.

Please login to write comment.