Color Hex Logo

#d89bae Color Hex

#D89BAE
(216,155,174)
0 Favorites   0 Comments

Color spaces of #d89bae

RGB 216155174
HSL0.950.440.73
HSV341°28°85°
CMYK 0.000.280.19   0.15
XYZ47.680241.097645.4640
Yxy41.09760.35520.3061
Hunter Lab64.107420.57232.8276
CIE-Lab70.244225.5435-0.7886

#d89bae color RGB value is (216,155,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011011 10101110
Octal 330 233 256
Decimal 216 155 174
Hex D8 9B AE

RGB Percentages of Color #d89bae

%39.63
%28.44
%31.93

CMYK Percentages of Color #d89bae

%0
%28
%19
%15

Triadic Colors of #d89bae

#d89bae #aed89b #9baed8

Analogous Colors of #d89bae

#d89bae #d8a79b #d89bcd

Monochromatic Colors of #d89bae

#d89bae

Complementary Color

#d89bae #9bd8c5

#d89bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89bae Color CSS Codes

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

#d89bae Text Font Color

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

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


#d89bae Background Color

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

This div background color is #d89bae


#d89bae Border Color

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

This div border color is #d89bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89bae


Comments

No comments written yet.

Please login to write comment.