Color Hex Logo

#d587cc Color Hex

#D587CC
(213,135,204)
0 Favorites   0 Comments

Color spaces of #d587cc

RGB 213135204
HSL0.850.480.68
HSV307°37°84°
CMYK 0.000.370.04   0.16
XYZ47.003635.833761.5660
Yxy35.83370.32550.2482
Hunter Lab59.861335.4026-19.0756
CIE-Lab66.392740.2570-23.3265

#d587cc color RGB value is (213,135,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000111 11001100
Octal 325 207 314
Decimal 213 135 204
Hex D5 87 CC

RGB Percentages of Color #d587cc

%38.59
%24.46
%36.96

CMYK Percentages of Color #d587cc

%0
%37
%4
%16

Triadic Colors of #d587cc

#d587cc #ccd587 #87ccd5

Analogous Colors of #d587cc

#d587cc #d587a5 #b787d5

Monochromatic Colors of #d587cc

#d587cc

Complementary Color

#d587cc #87d590

#d587cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d587cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d587cc Color CSS Codes

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

#d587cc Text Font Color

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

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


#d587cc Background Color

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

This div background color is #d587cc


#d587cc Border Color

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

This div border color is #d587cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d587cc


Comments

No comments written yet.

Please login to write comment.