Color Hex Logo

#d989df Color Hex

#D989DF
(217,137,223)
0 Favorites   0 Comments

Color spaces of #d989df

RGB 217137223
HSL0.820.570.71
HSV296°39°87°
CMYK 0.030.390.00   0.13
XYZ50.880237.970774.4594
Yxy37.97070.31160.2325
Hunter Lab61.620439.5526-28.5092
CIE-Lab67.999043.9173-31.3784

#d989df color RGB value is (217,137,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001001 11011111
Octal 331 211 337
Decimal 217 137 223
Hex D9 89 DF

RGB Percentages of Color #d989df

%37.61
%23.74
%38.65

CMYK Percentages of Color #d989df

%3
%39
%0
%13

Triadic Colors of #d989df

#d989df #dfd989 #89dfd9

Analogous Colors of #d989df

#d989df #df89ba #ae89df

Monochromatic Colors of #d989df

#d989df

Complementary Color

#d989df #8fdf89

#d989df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d989df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d989df Color CSS Codes

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

#d989df Text Font Color

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

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


#d989df Background Color

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

This div background color is #d989df


#d989df Border Color

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

This div border color is #d989df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d989df


Comments

No comments written yet.

Please login to write comment.