Color Hex Logo

#d89bcc Color Hex

#D89BCC
(216,155,204)
0 Favorites   0 Comments

Color spaces of #d89bcc

RGB 216155204
HSL0.870.440.73
HSV312°28°85°
CMYK 0.000.280.06   0.15
XYZ50.939342.401362.6262
Yxy42.40130.32660.2719
Hunter Lab65.116325.6839-11.4413
CIE-Lab71.146730.5067-16.0737

#d89bcc color RGB value is (216,155,204).

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

The process color (four color CMYK) of #d89bcc color hex is 0.00, 0.28, 0.06, 0.15. Web safe color of #d89bcc is #cc99cc. Color #d89bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011011 11001100
Octal 330 233 314
Decimal 216 155 204
Hex D8 9B CC

RGB Percentages of Color #d89bcc

%37.57
%26.96
%35.48

CMYK Percentages of Color #d89bcc

%0
%28
%6
%15

Triadic Colors of #d89bcc

#d89bcc #ccd89b #9bccd8

Analogous Colors of #d89bcc

#d89bcc #d89bae #c69bd8

Monochromatic Colors of #d89bcc

#d89bcc

Complementary Color

#d89bcc #9bd8a7

#d89bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89bcc Color CSS Codes

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

#d89bcc Text Font Color

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

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


#d89bcc Background Color

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

This div background color is #d89bcc


#d89bcc Border Color

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

This div border color is #d89bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89bcc


Comments

No comments written yet.

Please login to write comment.