Color Hex Logo

#d89ddc Color Hex

#D89DDC
(216,157,220)
0 Favorites   0 Comments

Color spaces of #d89ddc

RGB 216157220
HSL0.820.470.74
HSV296°29°86°
CMYK 0.020.290.00   0.14
XYZ53.294143.880273.3710
Yxy43.88020.31250.2573
Hunter Lab66.242127.6857-19.3012
CIE-Lab72.148432.3536-23.3616

#d89ddc color RGB value is (216,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011101 11011100
Octal 330 235 334
Decimal 216 157 220
Hex D8 9D DC

RGB Percentages of Color #d89ddc

%36.42
%26.48
%37.10

CMYK Percentages of Color #d89ddc

%2
%29
%0
%14

Triadic Colors of #d89ddc

#d89ddc #dcd89d #9ddcd8

Analogous Colors of #d89ddc

#d89ddc #dc9dc1 #b99ddc

Monochromatic Colors of #d89ddc

#d89ddc

Complementary Color

#d89ddc #a1dc9d

#d89ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89ddc Color CSS Codes

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

#d89ddc Text Font Color

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

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


#d89ddc Background Color

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

This div background color is #d89ddc


#d89ddc Border Color

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

This div border color is #d89ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89ddc


Comments

No comments written yet.

Please login to write comment.