Color Hex Logo

#c06cab Color Hex

#C06CAB
(192,108,171)
0 Favorites   0 Comments

Color spaces of #c06cab

RGB 192108171
HSL0.880.400.59
HSV315°44°75°
CMYK 0.000.440.11   0.25
XYZ34.451524.871941.5130
Yxy24.87190.34170.2467
Hunter Lab49.871736.0326-14.4425
CIE-Lab56.950442.0590-19.2468

#c06cab color RGB value is (192,108,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101100 10101011
Octal 300 154 253
Decimal 192 108 171
Hex C0 6C AB

RGB Percentages of Color #c06cab

%40.76
%22.93
%36.31

CMYK Percentages of Color #c06cab

%0
%44
%11
%25

Triadic Colors of #c06cab

#c06cab #abc06c #6cabc0

Analogous Colors of #c06cab

#c06cab #c06c81 #ab6cc0

Monochromatic Colors of #c06cab

#c06cab

Complementary Color

#c06cab #6cc081

#c06cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06cab Color CSS Codes

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

#c06cab Text Font Color

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

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


#c06cab Background Color

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

This div background color is #c06cab


#c06cab Border Color

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

This div border color is #c06cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06cab


Comments

No comments written yet.

Please login to write comment.