Color Hex Logo

#d889dd Color Hex

#D889DD
(216,137,221)
0 Favorites   0 Comments

Color spaces of #d889dd

RGB 216137221
HSL0.820.550.70
HSV296°38°87°
CMYK 0.020.380.00   0.13
XYZ50.315737.710773.0336
Yxy37.71070.31240.2341
Hunter Lab61.409038.7888-27.5271
CIE-Lab67.806943.2386-30.5778

#d889dd color RGB value is (216,137,221).

#d889dd hex color red value is 216, green value is 137 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d889dd hue: 0.82 , saturation: 0.55 and the lightness value of d889dd is 0.70.

The process color (four color CMYK) of #d889dd color hex is 0.02, 0.38, 0.00, 0.13. Web safe color of #d889dd is #cc99cc. Color #d889dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001001 11011101
Octal 330 211 335
Decimal 216 137 221
Hex D8 89 DD

RGB Percentages of Color #d889dd

%37.63
%23.87
%38.50

CMYK Percentages of Color #d889dd

%2
%38
%0
%13

Triadic Colors of #d889dd

#d889dd #ddd889 #89ddd8

Analogous Colors of #d889dd

#d889dd #dd89b8 #ae89dd

Monochromatic Colors of #d889dd

#d889dd

Complementary Color

#d889dd #8edd89

#d889dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d889dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d889dd Color CSS Codes

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

#d889dd Text Font Color

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

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


#d889dd Background Color

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

This div background color is #d889dd


#d889dd Border Color

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

This div border color is #d889dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d889dd


Comments

No comments written yet.

Please login to write comment.