Color Hex Logo

#d587ba Color Hex

#D587BA
(213,135,186)
0 Favorites   0 Comments

Color spaces of #d587ba

RGB 213135186
HSL0.890.480.68
HSV321°37°84°
CMYK 0.000.370.13   0.16
XYZ44.967535.019350.8437
Yxy35.01930.34370.2677
Hunter Lab59.177132.0786-9.5167
CIE-Lab65.763737.1743-14.1914

#d587ba color RGB value is (213,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000111 10111010
Octal 325 207 272
Decimal 213 135 186
Hex D5 87 BA

RGB Percentages of Color #d587ba

%39.89
%25.28
%34.83

CMYK Percentages of Color #d587ba

%0
%37
%13
%16

Triadic Colors of #d587ba

#d587ba #bad587 #87bad5

Analogous Colors of #d587ba

#d587ba #d58793 #c987d5

Monochromatic Colors of #d587ba

#d587ba

Complementary Color

#d587ba #87d5a2

#d587ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d587ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d587ba Color CSS Codes

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

#d587ba Text Font Color

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

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


#d587ba Background Color

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

This div background color is #d587ba


#d587ba Border Color

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

This div border color is #d587ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d587ba


Comments

No comments written yet.

Please login to write comment.