Color Hex Logo

#c89cae Color Hex

#C89CAE
(200,156,174)
0 Favorites   0 Comments

Color spaces of #c89cae

RGB 200156174
HSL0.930.290.70
HSV335°22°78°
CMYK 0.000.220.13   0.22
XYZ43.347939.112345.3091
Yxy39.11230.33930.3061
Hunter Lab62.539814.27810.8232
CIE-Lab68.832519.2118-3.0526

#c89cae color RGB value is (200,156,174).

#c89cae hex color red value is 200, green value is 156 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c89cae hue: 0.93 , saturation: 0.29 and the lightness value of c89cae is 0.70.

The process color (four color CMYK) of #c89cae color hex is 0.00, 0.22, 0.13, 0.22. Web safe color of #c89cae is #cc9999. Color #c89cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011100 10101110
Octal 310 234 256
Decimal 200 156 174
Hex C8 9C AE

RGB Percentages of Color #c89cae

%37.74
%29.43
%32.83

CMYK Percentages of Color #c89cae

%0
%22
%13
%22

Triadic Colors of #c89cae

#c89cae #aec89c #9caec8

Analogous Colors of #c89cae

#c89cae #c8a09c #c89cc4

Monochromatic Colors of #c89cae

#c89cae

Complementary Color

#c89cae #9cc8b6

#c89cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89cae Color CSS Codes

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

#c89cae Text Font Color

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

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


#c89cae Background Color

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

This div background color is #c89cae


#c89cae Border Color

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

This div border color is #c89cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,156,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c89cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c89cae;
  -webkit-box-shadow: 1px 1px 3px 2px #c89cae;
  box-shadow:         1px 1px 3px 2px #c89cae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,156,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89cae


Comments

No comments written yet.

Please login to write comment.