Color Hex Logo

#d59b8f Color Hex

#D59B8F
(213,155,143)
0 Favorites   0 Comments

Color spaces of #d59b8f

RGB 213155143
HSL0.030.450.70
HSV10°33°84°
CMYK 0.000.270.33   0.16
XYZ44.119839.572031.2994
Yxy39.57200.38370.3441
Hunter Lab62.906315.106414.5343
CIE-Lab69.163620.055814.8394

#d59b8f color RGB value is (213,155,143).

#d59b8f hex color red value is 213, green value is 155 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d59b8f hue: 0.03 , saturation: 0.45 and the lightness value of d59b8f is 0.70.

The process color (four color CMYK) of #d59b8f color hex is 0.00, 0.27, 0.33, 0.16. Web safe color of #d59b8f is #cc9999. Color #d59b8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011011 10001111
Octal 325 233 217
Decimal 213 155 143
Hex D5 9B 8F

RGB Percentages of Color #d59b8f

%41.68
%30.33
%27.98

CMYK Percentages of Color #d59b8f

%0
%27
%33
%16

Triadic Colors of #d59b8f

#d59b8f #8fd59b #9b8fd5

Analogous Colors of #d59b8f

#d59b8f #d5be8f #d58fa6

Monochromatic Colors of #d59b8f

#d59b8f

Complementary Color

#d59b8f #8fc9d5

#d59b8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59b8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59b8f Color CSS Codes

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

#d59b8f Text Font Color

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

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


#d59b8f Background Color

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

This div background color is #d59b8f


#d59b8f Border Color

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

This div border color is #d59b8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59b8f


Comments

No comments written yet.

Please login to write comment.