Color Hex Logo

#d75587 Color Hex

#D75587
(215,85,135)
0 Favorites   0 Comments

Color spaces of #d75587

RGB 21585135
HSL0.940.620.59
HSV337°60°84°
CMYK 0.000.600.37   0.16
XYZ35.646022.693325.4232
Yxy22.69330.42560.2709
Hunter Lab47.637550.20171.7043
CIE-Lab54.755055.5953-1.1640

#d75587 color RGB value is (215,85,135).

#d75587 hex color red value is 215, green value is 85 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #d75587 hue: 0.94 , saturation: 0.62 and the lightness value of d75587 is 0.59.

The process color (four color CMYK) of #d75587 color hex is 0.00, 0.60, 0.37, 0.16. Web safe color of #d75587 is #cc6699. Color #d75587 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010101 10000111
Octal 327 125 207
Decimal 215 85 135
Hex D7 55 87

RGB Percentages of Color #d75587

%49.43
%19.54
%31.03

CMYK Percentages of Color #d75587

%0
%60
%37
%16

Triadic Colors of #d75587

#d75587 #87d755 #5587d7

Analogous Colors of #d75587

#d75587 #d76455 #d755c8

Monochromatic Colors of #d75587

#d75587

Complementary Color

#d75587 #55d7a5

#d75587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75587 Color CSS Codes

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

#d75587 Text Font Color

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

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


#d75587 Background Color

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

This div background color is #d75587


#d75587 Border Color

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

This div border color is #d75587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75587


Comments

No comments written yet.

Please login to write comment.