Color Hex Logo

#c89aaa Color Hex

#C89AAA
(200,154,170)
0 Favorites   0 Comments

Color spaces of #c89aaa

RGB 200154170
HSL0.940.290.69
HSV339°23°78°
CMYK 0.000.230.15   0.22
XYZ42.630738.292843.1746
Yxy38.29280.34350.3086
Hunter Lab61.881214.67881.9501
CIE-Lab68.235919.6492-1.6988

#c89aaa color RGB value is (200,154,170).

#c89aaa hex color red value is 200, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c89aaa hue: 0.94 , saturation: 0.29 and the lightness value of c89aaa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011010 10101010
Octal 310 232 252
Decimal 200 154 170
Hex C8 9A AA

RGB Percentages of Color #c89aaa

%38.17
%29.39
%32.44

CMYK Percentages of Color #c89aaa

%0
%23
%15
%22

Triadic Colors of #c89aaa

#c89aaa #aac89a #9aaac8

Analogous Colors of #c89aaa

#c89aaa #c8a19a #c89ac1

Monochromatic Colors of #c89aaa

#c89aaa

Complementary Color

#c89aaa #9ac8b8

#c89aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89aaa Color CSS Codes

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

#c89aaa Text Font Color

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

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


#c89aaa Background Color

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

This div background color is #c89aaa


#c89aaa Border Color

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

This div border color is #c89aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89aaa


Comments

No comments written yet.

Please login to write comment.