Color Hex Logo

#c89eaa Color Hex

#C89EAA
(200,158,170)
0 Favorites   0 Comments

Color spaces of #c89eaa

RGB 200158170
HSL0.950.280.70
HSV343°21°78°
CMYK 0.000.210.15   0.22
XYZ43.302039.635443.3983
Yxy39.63540.34280.3137
Hunter Lab62.956712.59933.1989
CIE-Lab69.209117.4530-0.2742

#c89eaa color RGB value is (200,158,170).

#c89eaa hex color red value is 200, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c89eaa hue: 0.95 , saturation: 0.28 and the lightness value of c89eaa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011110 10101010
Octal 310 236 252
Decimal 200 158 170
Hex C8 9E AA

RGB Percentages of Color #c89eaa

%37.88
%29.92
%32.20

CMYK Percentages of Color #c89eaa

%0
%21
%15
%22

Triadic Colors of #c89eaa

#c89eaa #aac89e #9eaac8

Analogous Colors of #c89eaa

#c89eaa #c8a79e #c89ebf

Monochromatic Colors of #c89eaa

#c89eaa

Complementary Color

#c89eaa #9ec8bc

#c89eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89eaa Color CSS Codes

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

#c89eaa Text Font Color

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

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


#c89eaa Background Color

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

This div background color is #c89eaa


#c89eaa Border Color

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

This div border color is #c89eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89eaa


Comments

No comments written yet.

Please login to write comment.