Color Hex Logo

#d857cd Color Hex

#D857CD
(216,87,205)
0 Favorites   0 Comments

Color spaces of #d857cd

RGB 21687205
HSL0.850.620.59
HSV305°60°85°
CMYK 0.000.600.05   0.15
XYZ42.746525.823160.4890
Yxy25.82310.33120.2001
Hunter Lab50.816461.2244-35.0039
CIE-Lab57.868864.6813-37.0528

#d857cd color RGB value is (216,87,205).

#d857cd hex color red value is 216, green value is 87 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d857cd hue: 0.85 , saturation: 0.62 and the lightness value of d857cd is 0.59.

The process color (four color CMYK) of #d857cd color hex is 0.00, 0.60, 0.05, 0.15. Web safe color of #d857cd is #cc66cc. Color #d857cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010111 11001101
Octal 330 127 315
Decimal 216 87 205
Hex D8 57 CD

RGB Percentages of Color #d857cd

%42.52
%17.13
%40.35

CMYK Percentages of Color #d857cd

%0
%60
%5
%15

Triadic Colors of #d857cd

#d857cd #cdd857 #57cdd8

Analogous Colors of #d857cd

#d857cd #d8578d #a357d8

Monochromatic Colors of #d857cd

#d857cd

Complementary Color

#d857cd #57d862

#d857cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d857cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d857cd Color CSS Codes

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

#d857cd Text Font Color

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

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


#d857cd Background Color

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

This div background color is #d857cd


#d857cd Border Color

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

This div border color is #d857cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,87,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d857cd


Comments

No comments written yet.

Please login to write comment.