Color Hex Logo

#d89cdc Color Hex

#D89CDC
(216,156,220)
0 Favorites   0 Comments

Color spaces of #d89cdc

RGB 216156220
HSL0.820.480.74
HSV296°29°86°
CMYK 0.020.290.00   0.14
XYZ53.125643.543273.3148
Yxy43.54320.31250.2562
Hunter Lab65.987328.2306-19.6827
CIE-Lab71.922132.8938-23.7069

#d89cdc color RGB value is (216,156,220).

#d89cdc hex color red value is 216, green value is 156 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d89cdc hue: 0.82 , saturation: 0.48 and the lightness value of d89cdc is 0.74.

The process color (four color CMYK) of #d89cdc color hex is 0.02, 0.29, 0.00, 0.14. Web safe color of #d89cdc is #cc99cc. Color #d89cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011100 11011100
Octal 330 234 334
Decimal 216 156 220
Hex D8 9C DC

RGB Percentages of Color #d89cdc

%36.49
%26.35
%37.16

CMYK Percentages of Color #d89cdc

%2
%29
%0
%14

Triadic Colors of #d89cdc

#d89cdc #dcd89c #9cdcd8

Analogous Colors of #d89cdc

#d89cdc #dc9cc0 #b89cdc

Monochromatic Colors of #d89cdc

#d89cdc

Complementary Color

#d89cdc #a0dc9c

#d89cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89cdc Color CSS Codes

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

#d89cdc Text Font Color

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

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


#d89cdc Background Color

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

This div background color is #d89cdc


#d89cdc Border Color

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

This div border color is #d89cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89cdc


Comments

No comments written yet.

Please login to write comment.