color codes Logo

#d957cd color codes

#D957CD
(217,87,205)
0 Favorites   0 Comments

Color spaces of #d957cd

RGB 21787205
HSL0.850.630.60
HSV306°60°85°
CMYK 0.000.600.06   0.15
XYZ43.042925.975960.5028
Yxy25.97590.33230.2006
Hunter Lab50.966661.5575-34.7070
CIE-Lab58.014264.9379-36.8146

#d957cd color RGB value is (217,87,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010111 11001101
Octal 331 127 315
Decimal 217 87 205
Hex D9 57 CD

RGB Percentages of Color #d957cd

%42.63
%17.09
%40.28

CMYK Percentages of Color #d957cd

%0
%60
%6
%15

Triadic Colors of #d957cd

#d957cd #cdd957 #57cdd9

Analogous Colors of #d957cd

#d957cd #d9578c #a457d9

Monochromatic Colors of #d957cd

#d957cd

Complementary Color

#d957cd #57d963

#d957cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d957cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d957cd Color CSS Codes

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

#d957cd Text Font Color

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

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


#d957cd Background Color

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

This div background color is #d957cd


#d957cd Border Color

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

This div border color is #d957cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d957cd


Comments

No comments written yet.

Please login to write comment.