Color Hex Logo

#d89ddf Color Hex

#D89DDF
(216,157,223)
0 Favorites   0 Comments

Color spaces of #d89ddf

RGB 216157223
HSL0.820.510.75
HSV294°30°87°
CMYK 0.030.300.00   0.13
XYZ53.695244.040675.4827
Yxy44.04060.31000.2542
Hunter Lab66.363128.2912-20.9835
CIE-Lab72.255632.9230-24.8429

#d89ddf color RGB value is (216,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011101 11011111
Octal 330 235 337
Decimal 216 157 223
Hex D8 9D DF

RGB Percentages of Color #d89ddf

%36.24
%26.34
%37.42

CMYK Percentages of Color #d89ddf

%3
%30
%0
%13

Triadic Colors of #d89ddf

#d89ddf #dfd89d #9ddfd8

Analogous Colors of #d89ddf

#d89ddf #df9dc5 #b79ddf

Monochromatic Colors of #d89ddf

#d89ddf

Complementary Color

#d89ddf #a4df9d

#d89ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89ddf Color CSS Codes

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

#d89ddf Text Font Color

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

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


#d89ddf Background Color

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

This div background color is #d89ddf


#d89ddf Border Color

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

This div border color is #d89ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89ddf


Comments

No comments written yet.

Please login to write comment.