Color Hex Logo

#d959df Color Hex

#D959DF
(217,89,223)
0 Favorites   0 Comments

Color spaces of #d959df

RGB 21789223
HSL0.830.680.61
HSV297°60°87°
CMYK 0.030.600.00   0.13
XYZ45.506927.224272.6683
Yxy27.22420.31300.1872
Hunter Lab52.176864.3724-46.0513
CIE-Lab59.181367.0984-45.1571

#d959df color RGB value is (217,89,223).

#d959df hex color red value is 217, green value is 89 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d959df hue: 0.83 , saturation: 0.68 and the lightness value of d959df is 0.61.

The process color (four color CMYK) of #d959df color hex is 0.03, 0.60, 0.00, 0.13. Web safe color of #d959df is #cc66cc. Color #d959df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011001 11011111
Octal 331 131 337
Decimal 217 89 223
Hex D9 59 DF

RGB Percentages of Color #d959df

%41.02
%16.82
%42.16

CMYK Percentages of Color #d959df

%3
%60
%0
%13

Triadic Colors of #d959df

#d959df #dfd959 #59dfd9

Analogous Colors of #d959df

#d959df #df59a2 #9659df

Monochromatic Colors of #d959df

#d959df

Complementary Color

#d959df #5fdf59

#d959df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d959df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d959df Color CSS Codes

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

#d959df Text Font Color

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

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


#d959df Background Color

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

This div background color is #d959df


#d959df Border Color

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

This div border color is #d959df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d959df


Comments

No comments written yet.

Please login to write comment.