Color Hex Logo

#d89dda Color Hex

#D89DDA
(216,157,218)
0 Favorites   0 Comments

Color spaces of #d89dda

RGB 216157218
HSL0.830.450.74
HSV298°28°85°
CMYK 0.010.280.00   0.15
XYZ53.030843.774871.9840
Yxy43.77480.31420.2593
Hunter Lab66.162527.2875-18.1930
CIE-Lab72.077731.9779-22.3715

#d89dda color RGB value is (216,157,218).

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

The process color (four color CMYK) of #d89dda color hex is 0.01, 0.28, 0.00, 0.15. Web safe color of #d89dda is #cc99cc. Color #d89dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011101 11011010
Octal 330 235 332
Decimal 216 157 218
Hex D8 9D DA

RGB Percentages of Color #d89dda

%36.55
%26.57
%36.89

CMYK Percentages of Color #d89dda

%1
%28
%0
%15

Triadic Colors of #d89dda

#d89dda #dad89d #9ddad8

Analogous Colors of #d89dda

#d89dda #da9dbe #ba9dda

Monochromatic Colors of #d89dda

#d89dda

Complementary Color

#d89dda #9fda9d

#d89dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89dda Color CSS Codes

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

#d89dda Text Font Color

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

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


#d89dda Background Color

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

This div background color is #d89dda


#d89dda Border Color

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

This div border color is #d89dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89dda


Comments

No comments written yet.

Please login to write comment.