Color Hex Logo

#d58d87 Color Hex

#D58D87
(213,141,135)
0 Favorites   0 Comments

Color spaces of #d58d87

RGB 213141135
HSL0.010.480.68
HSV37°84°
CMYK 0.000.340.37   0.16
XYZ41.338634.945227.4880
Yxy34.94520.39840.3368
Hunter Lab59.114521.374313.8105
CIE-Lab65.706026.647414.4693

#d58d87 color RGB value is (213,141,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001101 10000111
Octal 325 215 207
Decimal 213 141 135
Hex D5 8D 87

RGB Percentages of Color #d58d87

%43.56
%28.83
%27.61

CMYK Percentages of Color #d58d87

%0
%34
%37
%16

Triadic Colors of #d58d87

#d58d87 #87d58d #8d87d5

Analogous Colors of #d58d87

#d58d87 #d5b487 #d587a8

Monochromatic Colors of #d58d87

#d58d87

Complementary Color

#d58d87 #87cfd5

#d58d87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58d87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58d87 Color CSS Codes

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

#d58d87 Text Font Color

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

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


#d58d87 Background Color

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

This div background color is #d58d87


#d58d87 Border Color

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

This div border color is #d58d87


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,141,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 #d58d87">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58d87


Comments

No comments written yet.

Please login to write comment.