Color Hex Logo

#d857ca Color Hex

#D857CA
(216,87,202)
0 Favorites   0 Comments

Color spaces of #d857ca

RGB 21687202
HSL0.850.620.59
HSV307°60°85°
CMYK 0.000.600.06   0.15
XYZ42.387825.679658.5997
Yxy25.67960.33460.2027
Hunter Lab50.675060.6273-33.0893
CIE-Lab57.731764.1976-35.5593

#d857ca color RGB value is (216,87,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010111 11001010
Octal 330 127 312
Decimal 216 87 202
Hex D8 57 CA

RGB Percentages of Color #d857ca

%42.77
%17.23
%40.00

CMYK Percentages of Color #d857ca

%0
%60
%6
%15

Triadic Colors of #d857ca

#d857ca #cad857 #57cad8

Analogous Colors of #d857ca

#d857ca #d8578a #a657d8

Monochromatic Colors of #d857ca

#d857ca

Complementary Color

#d857ca #57d865

#d857ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d857ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d857ca Color CSS Codes

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

#d857ca Text Font Color

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

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


#d857ca Background Color

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

This div background color is #d857ca


#d857ca Border Color

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

This div border color is #d857ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d857ca


Comments

No comments written yet.

Please login to write comment.