Color Hex Logo

#d857dc Color Hex

#D857DC
(216,87,220)
0 Favorites   0 Comments

Color spaces of #d857dc

RGB 21687220
HSL0.830.660.60
HSV298°60°86°
CMYK 0.020.600.00   0.14
XYZ44.645426.582670.4880
Yxy26.58260.31500.1876
Hunter Lab51.558364.3397-44.9676
CIE-Lab58.586067.1803-44.4177

#d857dc color RGB value is (216,87,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010111 11011100
Octal 330 127 334
Decimal 216 87 220
Hex D8 57 DC

RGB Percentages of Color #d857dc

%41.30
%16.63
%42.07

CMYK Percentages of Color #d857dc

%2
%60
%0
%14

Triadic Colors of #d857dc

#d857dc #dcd857 #57dcd8

Analogous Colors of #d857dc

#d857dc #dc579e #9657dc

Monochromatic Colors of #d857dc

#d857dc

Complementary Color

#d857dc #5bdc57

#d857dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d857dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d857dc Color CSS Codes

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

#d857dc Text Font Color

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

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


#d857dc Background Color

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

This div background color is #d857dc


#d857dc Border Color

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

This div border color is #d857dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d857dc


Comments

No comments written yet.

Please login to write comment.