Color Hex Logo

#c05eab Color Hex

#C05EAB
(192,94,171)
0 Favorites   0 Comments

Color spaces of #c05eab

RGB 19294171
HSL0.870.440.56
HSV313°51°75°
CMYK 0.000.510.11   0.25
XYZ33.091622.152141.0597
Yxy22.15210.34360.2300
Hunter Lab47.066043.1359-18.7775
CIE-Lab54.188049.2120-23.4798

#c05eab color RGB value is (192,94,171).

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

The process color (four color CMYK) of #c05eab color hex is 0.00, 0.51, 0.11, 0.25. Web safe color of #c05eab is #cc6699. Color #c05eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011110 10101011
Octal 300 136 253
Decimal 192 94 171
Hex C0 5E AB

RGB Percentages of Color #c05eab

%42.01
%20.57
%37.42

CMYK Percentages of Color #c05eab

%0
%51
%11
%25

Triadic Colors of #c05eab

#c05eab #abc05e #5eabc0

Analogous Colors of #c05eab

#c05eab #c05e7a #a45ec0

Monochromatic Colors of #c05eab

#c05eab

Complementary Color

#c05eab #5ec073

#c05eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05eab Color CSS Codes

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

#c05eab Text Font Color

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

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


#c05eab Background Color

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

This div background color is #c05eab


#c05eab Border Color

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

This div border color is #c05eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05eab


Comments

No comments written yet.

Please login to write comment.