Color Hex Logo

#d587cd Color Hex

#D587CD
(213,135,205)
0 Favorites   0 Comments

Color spaces of #d587cd

RGB 213135205
HSL0.850.480.68
HSV306°37°84°
CMYK 0.000.370.04   0.16
XYZ47.124035.881962.1998
Yxy35.88190.32450.2471
Hunter Lab59.901535.5968-19.6338
CIE-Lab66.429640.4352-23.8284

#d587cd color RGB value is (213,135,205).

#d587cd hex color red value is 213, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d587cd hue: 0.85 , saturation: 0.48 and the lightness value of d587cd is 0.68.

The process color (four color CMYK) of #d587cd color hex is 0.00, 0.37, 0.04, 0.16. Web safe color of #d587cd is #cc99cc. Color #d587cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000111 11001101
Octal 325 207 315
Decimal 213 135 205
Hex D5 87 CD

RGB Percentages of Color #d587cd

%38.52
%24.41
%37.07

CMYK Percentages of Color #d587cd

%0
%37
%4
%16

Triadic Colors of #d587cd

#d587cd #cdd587 #87cdd5

Analogous Colors of #d587cd

#d587cd #d587a6 #b687d5

Monochromatic Colors of #d587cd

#d587cd

Complementary Color

#d587cd #87d58f

#d587cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d587cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d587cd Color CSS Codes

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

#d587cd Text Font Color

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

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


#d587cd Background Color

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

This div background color is #d587cd


#d587cd Border Color

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

This div border color is #d587cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d587cd


Comments

No comments written yet.

Please login to write comment.