Color Hex Logo

#d58887 Color Hex

#D58887
(213,136,135)
0 Favorites   0 Comments

Color spaces of #d58887

RGB 213136135
HSL0.000.480.68
HSV37°84°
CMYK 0.000.360.37   0.16
XYZ40.617933.503727.2477
Yxy33.50370.40070.3305
Hunter Lab57.882423.964912.6073
CIE-Lab64.566729.343612.8744

#d58887 color RGB value is (213,136,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001000 10000111
Octal 325 210 207
Decimal 213 136 135
Hex D5 88 87

RGB Percentages of Color #d58887

%44.01
%28.10
%27.89

CMYK Percentages of Color #d58887

%0
%36
%37
%16

Triadic Colors of #d58887

#d58887 #87d588 #8887d5

Analogous Colors of #d58887

#d58887 #d5af87 #d587ad

Monochromatic Colors of #d58887

#d58887

Complementary Color

#d58887 #87d4d5

#d58887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58887 Color CSS Codes

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

#d58887 Text Font Color

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

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


#d58887 Background Color

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

This div background color is #d58887


#d58887 Border Color

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

This div border color is #d58887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58887


Comments

No comments written yet.

Please login to write comment.