Color Hex Logo

#d89aaa Color Hex

#D89AAA
(216,154,170)
0 Favorites   0 Comments

Color spaces of #d89aaa

RGB 216154170
HSL0.960.440.73
HSV345°29°85°
CMYK 0.000.290.21   0.15
XYZ47.130240.612443.3852
Yxy40.61240.35940.3097
Hunter Lab63.727920.48674.2455
CIE-Lab69.903525.47870.9379

#d89aaa color RGB value is (216,154,170).

#d89aaa hex color red value is 216, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d89aaa hue: 0.96 , saturation: 0.44 and the lightness value of d89aaa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011010 10101010
Octal 330 232 252
Decimal 216 154 170
Hex D8 9A AA

RGB Percentages of Color #d89aaa

%40.00
%28.52
%31.48

CMYK Percentages of Color #d89aaa

%0
%29
%21
%15

Triadic Colors of #d89aaa

#d89aaa #aad89a #9aaad8

Analogous Colors of #d89aaa

#d89aaa #d8a99a #d89ac9

Monochromatic Colors of #d89aaa

#d89aaa

Complementary Color

#d89aaa #9ad8c8

#d89aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89aaa Color CSS Codes

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

#d89aaa Text Font Color

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

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


#d89aaa Background Color

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

This div background color is #d89aaa


#d89aaa Border Color

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

This div border color is #d89aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89aaa


Comments

No comments written yet.

Please login to write comment.