Color Hex Logo

#d89bac Color Hex

#D89BAC
(216,155,172)
0 Favorites   0 Comments

Color spaces of #d89bac

RGB 216155172
HSL0.950.440.73
HSV343°28°85°
CMYK 0.000.280.20   0.15
XYZ47.486641.020244.4446
Yxy41.02020.35720.3085
Hunter Lab64.047020.26363.6894
CIE-Lab70.190125.23860.2438

#d89bac color RGB value is (216,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011011 10101100
Octal 330 233 254
Decimal 216 155 172
Hex D8 9B AC

RGB Percentages of Color #d89bac

%39.78
%28.55
%31.68

CMYK Percentages of Color #d89bac

%0
%28
%20
%15

Triadic Colors of #d89bac

#d89bac #acd89b #9bacd8

Analogous Colors of #d89bac

#d89bac #d8a99b #d89bcb

Monochromatic Colors of #d89bac

#d89bac

Complementary Color

#d89bac #9bd8c7

#d89bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89bac Color CSS Codes

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

#d89bac Text Font Color

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

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


#d89bac Background Color

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

This div background color is #d89bac


#d89bac Border Color

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

This div border color is #d89bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,155,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89bac


Comments

No comments written yet.

Please login to write comment.