Color Hex Logo

#d587be Color Hex

#D587BE
(213,135,190)
0 Favorites   0 Comments

Color spaces of #d587be

RGB 213135190
HSL0.880.480.68
HSV318°37°84°
CMYK 0.000.370.11   0.16
XYZ45.398835.191853.1151
Yxy35.19180.33950.2632
Hunter Lab59.322732.7888-11.5600
CIE-Lab65.897737.8383-16.2374

#d587be color RGB value is (213,135,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000111 10111110
Octal 325 207 276
Decimal 213 135 190
Hex D5 87 BE

RGB Percentages of Color #d587be

%39.59
%25.09
%35.32

CMYK Percentages of Color #d587be

%0
%37
%11
%16

Triadic Colors of #d587be

#d587be #bed587 #87bed5

Analogous Colors of #d587be

#d587be #d58797 #c587d5

Monochromatic Colors of #d587be

#d587be

Complementary Color

#d587be #87d59e

#d587be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d587be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d587be Color CSS Codes

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

#d587be Text Font Color

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

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


#d587be Background Color

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

This div background color is #d587be


#d587be Border Color

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

This div border color is #d587be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d587be


Comments

No comments written yet.

Please login to write comment.