Color Hex Logo

#d959dc Color Hex

#D959DC
(217,89,220)
0 Favorites   0 Comments

Color spaces of #d959dc

RGB 21789220
HSL0.830.650.61
HSV299°60°86°
CMYK 0.010.600.00   0.14
XYZ45.105927.063870.5566
Yxy27.06380.31600.1896
Hunter Lab52.022963.7265-43.9967
CIE-Lab59.033366.5838-43.7025

#d959dc color RGB value is (217,89,220).

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

The process color (four color CMYK) of #d959dc color hex is 0.01, 0.60, 0.00, 0.14. Web safe color of #d959dc is #cc66cc. Color #d959dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011001 11011100
Octal 331 131 334
Decimal 217 89 220
Hex D9 59 DC

RGB Percentages of Color #d959dc

%41.25
%16.92
%41.83

CMYK Percentages of Color #d959dc

%1
%60
%0
%14

Triadic Colors of #d959dc

#d959dc #dcd959 #59dcd9

Analogous Colors of #d959dc

#d959dc #dc599e #9859dc

Monochromatic Colors of #d959dc

#d959dc

Complementary Color

#d959dc #5cdc59

#d959dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d959dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d959dc Color CSS Codes

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

#d959dc Text Font Color

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

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


#d959dc Background Color

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

This div background color is #d959dc


#d959dc Border Color

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

This div border color is #d959dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,89,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d959dc


Comments

No comments written yet.

Please login to write comment.