Color Hex Logo

#d989de Color Hex

#D989DE
(217,137,222)
0 Favorites   0 Comments

Color spaces of #d989de

RGB 217137222
HSL0.820.560.70
HSV296°38°87°
CMYK 0.020.380.00   0.13
XYZ50.745737.917073.7514
Yxy37.91700.31240.2335
Hunter Lab61.576839.3433-27.9087
CIE-Lab67.959443.7300-30.8864

#d989de color RGB value is (217,137,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001001 11011110
Octal 331 211 336
Decimal 217 137 222
Hex D9 89 DE

RGB Percentages of Color #d989de

%37.67
%23.78
%38.54

CMYK Percentages of Color #d989de

%2
%38
%0
%13

Triadic Colors of #d989de

#d989de #ded989 #89ded9

Analogous Colors of #d989de

#d989de #de89b9 #af89de

Monochromatic Colors of #d989de

#d989de

Complementary Color

#d989de #8ede89

#d989de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d989de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d989de Color CSS Codes

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

#d989de Text Font Color

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

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


#d989de Background Color

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

This div background color is #d989de


#d989de Border Color

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

This div border color is #d989de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d989de


Comments

No comments written yet.

Please login to write comment.