Color Hex Logo

#d859dc Color Hex

#D859DC
(216,89,220)
0 Favorites   0 Comments

Color spaces of #d859dc

RGB 21689220
HSL0.830.650.61
HSV298°60°86°
CMYK 0.020.600.00   0.14
XYZ44.809526.911070.5428
Yxy26.91100.31500.1892
Hunter Lab51.875863.4028-44.3118
CIE-Lab58.891966.3375-43.9351

#d859dc color RGB value is (216,89,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011001 11011100
Octal 330 131 334
Decimal 216 89 220
Hex D8 59 DC

RGB Percentages of Color #d859dc

%41.14
%16.95
%41.90

CMYK Percentages of Color #d859dc

%2
%60
%0
%14

Triadic Colors of #d859dc

#d859dc #dcd859 #59dcd8

Analogous Colors of #d859dc

#d859dc #dc599f #9759dc

Monochromatic Colors of #d859dc

#d859dc

Complementary Color

#d859dc #5ddc59

#d859dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d859dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d859dc Color CSS Codes

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

#d859dc Text Font Color

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

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


#d859dc Background Color

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

This div background color is #d859dc


#d859dc Border Color

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

This div border color is #d859dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d859dc


Comments

No comments written yet.

Please login to write comment.