Color Hex Logo

#d587de Color Hex

#D587DE
(213,135,222)
0 Favorites   0 Comments

Color spaces of #d587de

RGB 213135222
HSL0.820.570.70
HSV294°39°87°
CMYK 0.040.390.00   0.13
XYZ49.289436.748073.6025
Yxy36.74800.30880.2302
Hunter Lab60.620139.0507-29.5534
CIE-Lab67.087543.5701-32.2714

#d587de color RGB value is (213,135,222).

#d587de hex color red value is 213, green value is 135 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d587de hue: 0.82 , saturation: 0.57 and the lightness value of d587de is 0.70.

The process color (four color CMYK) of #d587de color hex is 0.04, 0.39, 0.00, 0.13. Web safe color of #d587de is #cc99cc. Color #d587de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000111 11011110
Octal 325 207 336
Decimal 213 135 222
Hex D5 87 DE

RGB Percentages of Color #d587de

%37.37
%23.68
%38.95

CMYK Percentages of Color #d587de

%4
%39
%0
%13

Triadic Colors of #d587de

#d587de #ded587 #87ded5

Analogous Colors of #d587de

#d587de #de87bc #aa87de

Monochromatic Colors of #d587de

#d587de

Complementary Color

#d587de #90de87

#d587de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d587de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d587de Color CSS Codes

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

#d587de Text Font Color

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

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


#d587de Background Color

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

This div background color is #d587de


#d587de Border Color

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

This div border color is #d587de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,135,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d587de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d587de;
  -webkit-box-shadow: 1px 1px 3px 2px #d587de;
  box-shadow:         1px 1px 3px 2px #d587de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,135,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d587de


Comments

No comments written yet.

Please login to write comment.