Color Hex Logo

#d89aae Color Hex

#D89AAE
(216,154,174)
0 Favorites   0 Comments

Color spaces of #d89aae

RGB 216154174
HSL0.950.440.73
HSV341°29°85°
CMYK 0.000.290.19   0.15
XYZ47.514540.766145.4088
Yxy40.76610.35540.3049
Hunter Lab63.848321.10112.5269
CIE-Lab70.011726.0850-1.1289

#d89aae color RGB value is (216,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011010 10101110
Octal 330 232 256
Decimal 216 154 174
Hex D8 9A AE

RGB Percentages of Color #d89aae

%39.71
%28.31
%31.99

CMYK Percentages of Color #d89aae

%0
%29
%19
%15

Triadic Colors of #d89aae

#d89aae #aed89a #9aaed8

Analogous Colors of #d89aae

#d89aae #d8a59a #d89acd

Monochromatic Colors of #d89aae

#d89aae

Complementary Color

#d89aae #9ad8c4

#d89aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89aae Color CSS Codes

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

#d89aae Text Font Color

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

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


#d89aae Background Color

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

This div background color is #d89aae


#d89aae Border Color

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

This div border color is #d89aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89aae


Comments

No comments written yet.

Please login to write comment.