Color Hex Logo

#d59eab Color Hex

#D59EAB
(213,158,171)
0 Favorites   0 Comments

Color spaces of #d59eab

RGB 213158171
HSL0.960.400.73
HSV346°26°84°
CMYK 0.000.260.20   0.16
XYZ47.018141.540144.0680
Yxy41.54010.35450.3132
Hunter Lab64.451617.42724.5773
CIE-Lab70.552722.36661.2892

#d59eab color RGB value is (213,158,171).

#d59eab hex color red value is 213, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d59eab hue: 0.96 , saturation: 0.40 and the lightness value of d59eab is 0.73.

The process color (four color CMYK) of #d59eab color hex is 0.00, 0.26, 0.20, 0.16. Web safe color of #d59eab is #cc9999. Color #d59eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011110 10101011
Octal 325 236 253
Decimal 213 158 171
Hex D5 9E AB

RGB Percentages of Color #d59eab

%39.30
%29.15
%31.55

CMYK Percentages of Color #d59eab

%0
%26
%20
%16

Triadic Colors of #d59eab

#d59eab #abd59e #9eabd5

Analogous Colors of #d59eab

#d59eab #d5ad9e #d59ec7

Monochromatic Colors of #d59eab

#d59eab

Complementary Color

#d59eab #9ed5c8

#d59eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59eab Color CSS Codes

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

#d59eab Text Font Color

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

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


#d59eab Background Color

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

This div background color is #d59eab


#d59eab Border Color

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

This div border color is #d59eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59eab


Comments

No comments written yet.

Please login to write comment.