Color Hex Logo

#d89dde Color Hex

#D89DDE
(216,157,222)
0 Favorites   0 Comments

Color spaces of #d89dde

RGB 216157222
HSL0.820.500.74
HSV294°29°87°
CMYK 0.030.290.00   0.13
XYZ53.560743.986874.7746
Yxy43.98680.31080.2553
Hunter Lab66.322528.0884-20.4201
CIE-Lab72.219732.7325-24.3497

#d89dde color RGB value is (216,157,222).

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

The process color (four color CMYK) of #d89dde color hex is 0.03, 0.29, 0.00, 0.13. Web safe color of #d89dde is #cc99cc. Color #d89dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011101 11011110
Octal 330 235 336
Decimal 216 157 222
Hex D8 9D DE

RGB Percentages of Color #d89dde

%36.30
%26.39
%37.31

CMYK Percentages of Color #d89dde

%3
%29
%0
%13

Triadic Colors of #d89dde

#d89dde #ded89d #9dded8

Analogous Colors of #d89dde

#d89dde #de9dc4 #b89dde

Monochromatic Colors of #d89dde

#d89dde

Complementary Color

#d89dde #a3de9d

#d89dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89dde Color CSS Codes

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

#d89dde Text Font Color

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

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


#d89dde Background Color

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

This div background color is #d89dde


#d89dde Border Color

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

This div border color is #d89dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89dde


Comments

No comments written yet.

Please login to write comment.