Color Hex Logo

#d959de Color Hex

#D959DE
(217,89,222)
0 Favorites   0 Comments

Color spaces of #d959de

RGB 21789222
HSL0.830.670.61
HSV298°60°87°
CMYK 0.020.600.00   0.13
XYZ45.372527.170471.9603
Yxy27.17040.31400.1880
Hunter Lab52.125264.1565-45.3638
CIE-Lab59.131766.9266-44.6730

#d959de color RGB value is (217,89,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011001 11011110
Octal 331 131 336
Decimal 217 89 222
Hex D9 59 DE

RGB Percentages of Color #d959de

%41.10
%16.86
%42.05

CMYK Percentages of Color #d959de

%2
%60
%0
%13

Triadic Colors of #d959de

#d959de #ded959 #59ded9

Analogous Colors of #d959de

#d959de #de59a1 #9759de

Monochromatic Colors of #d959de

#d959de

Complementary Color

#d959de #5ede59

#d959de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d959de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d959de Color CSS Codes

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

#d959de Text Font Color

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

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


#d959de Background Color

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

This div background color is #d959de


#d959de Border Color

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

This div border color is #d959de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d959de


Comments

No comments written yet.

Please login to write comment.