Color Hex Logo

#d957dd Color Hex

#D957DD
(217,87,221)
0 Favorites   0 Comments

Color spaces of #d957dd

RGB 21787221
HSL0.830.660.60
HSV298°61°87°
CMYK 0.020.610.00   0.13
XYZ45.074626.788671.2016
Yxy26.78860.31510.1872
Hunter Lab51.757764.8756-45.3332
CIE-Lab58.778167.5935-44.6682

#d957dd color RGB value is (217,87,221).

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

The process color (four color CMYK) of #d957dd color hex is 0.02, 0.61, 0.00, 0.13. Web safe color of #d957dd is #cc66cc. Color #d957dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010111 11011101
Octal 331 127 335
Decimal 217 87 221
Hex D9 57 DD

RGB Percentages of Color #d957dd

%41.33
%16.57
%42.10

CMYK Percentages of Color #d957dd

%2
%61
%0
%13

Triadic Colors of #d957dd

#d957dd #ddd957 #57ddd9

Analogous Colors of #d957dd

#d957dd #dd579e #9657dd

Monochromatic Colors of #d957dd

#d957dd

Complementary Color

#d957dd #5bdd57

#d957dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d957dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d957dd Color CSS Codes

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

#d957dd Text Font Color

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

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


#d957dd Background Color

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

This div background color is #d957dd


#d957dd Border Color

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

This div border color is #d957dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d957dd


Comments

No comments written yet.

Please login to write comment.