Color Hex Logo

#d5877f Color Hex

#D5877F
(213,135,127)
0 Favorites   0 Comments

Color spaces of #d5877f

RGB 213135127
HSL0.020.510.67
HSV40°84°
CMYK 0.000.370.40   0.16
XYZ39.935333.006424.3447
Yxy33.00640.41050.3393
Hunter Lab57.451223.538815.0920
CIE-Lab64.166128.948816.8287

#d5877f color RGB value is (213,135,127).

#d5877f hex color red value is 213, green value is 135 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d5877f hue: 0.02 , saturation: 0.51 and the lightness value of d5877f is 0.67.

The process color (four color CMYK) of #d5877f color hex is 0.00, 0.37, 0.40, 0.16. Web safe color of #d5877f is #cc9966. Color #d5877f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000111 01111111
Octal 325 207 177
Decimal 213 135 127
Hex D5 87 7F

RGB Percentages of Color #d5877f

%44.84
%28.42
%26.74

CMYK Percentages of Color #d5877f

%0
%37
%40
%16

Triadic Colors of #d5877f

#d5877f #7fd587 #877fd5

Analogous Colors of #d5877f

#d5877f #d5b27f #d57fa2

Monochromatic Colors of #d5877f

#d5877f

Complementary Color

#d5877f #7fcdd5

#d5877f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5877f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5877f Color CSS Codes

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

#d5877f Text Font Color

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

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


#d5877f Background Color

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

This div background color is #d5877f


#d5877f Border Color

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

This div border color is #d5877f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5877f


Comments

No comments written yet.

Please login to write comment.