Color Hex Logo

#d587ae Color Hex

#D587AE
(213,135,174)
0 Favorites   0 Comments

Color spaces of #d587ae

RGB 213135174
HSL0.920.480.68
HSV330°37°84°
CMYK 0.000.370.18   0.16
XYZ43.744534.530144.4038
Yxy34.53010.35660.2815
Hunter Lab58.762330.0469-3.6689
CIE-Lab65.381235.2585-8.0020

#d587ae color RGB value is (213,135,174).

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

The process color (four color CMYK) of #d587ae color hex is 0.00, 0.37, 0.18, 0.16. Web safe color of #d587ae is #cc9999. Color #d587ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000111 10101110
Octal 325 207 256
Decimal 213 135 174
Hex D5 87 AE

RGB Percentages of Color #d587ae

%40.80
%25.86
%33.33

CMYK Percentages of Color #d587ae

%0
%37
%18
%16

Triadic Colors of #d587ae

#d587ae #aed587 #87aed5

Analogous Colors of #d587ae

#d587ae #d58787 #d587d5

Monochromatic Colors of #d587ae

#d587ae

Complementary Color

#d587ae #87d5ae

#d587ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d587ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d587ae Color CSS Codes

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

#d587ae Text Font Color

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

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


#d587ae Background Color

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

This div background color is #d587ae


#d587ae Border Color

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

This div border color is #d587ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d587ae


Comments

No comments written yet.

Please login to write comment.