Color Hex Logo

#c06aab Color Hex

#C06AAB
(192,106,171)
0 Favorites   0 Comments

Color spaces of #c06aab

RGB 192106171
HSL0.870.410.58
HSV315°45°75°
CMYK 0.000.450.11   0.25
XYZ34.242924.454841.4435
Yxy24.45480.34190.2442
Hunter Lab49.451837.0617-15.0722
CIE-Lab56.540343.1056-19.8729

#c06aab color RGB value is (192,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101010 10101011
Octal 300 152 253
Decimal 192 106 171
Hex C0 6A AB

RGB Percentages of Color #c06aab

%40.94
%22.60
%36.46

CMYK Percentages of Color #c06aab

%0
%45
%11
%25

Triadic Colors of #c06aab

#c06aab #abc06a #6aabc0

Analogous Colors of #c06aab

#c06aab #c06a80 #aa6ac0

Monochromatic Colors of #c06aab

#c06aab

Complementary Color

#c06aab #6ac07f

#c06aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06aab Color CSS Codes

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

#c06aab Text Font Color

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

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


#c06aab Background Color

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

This div background color is #c06aab


#c06aab Border Color

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

This div border color is #c06aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06aab


Comments

No comments written yet.

Please login to write comment.