Color Hex Logo

#e59bab Color Hex

#E59BAB
(229,155,171)
0 Favorites   0 Comments

Color spaces of #e59bab

RGB 229155171
HSL0.960.590.75
HSV347°32°90°
CMYK 0.000.320.25   0.10
XYZ51.385143.041044.1275
Yxy43.04100.37090.3106
Hunter Lab65.605624.99886.0445
CIE-Lab71.582829.80852.9987

#e59bab color RGB value is (229,155,171).

#e59bab hex color red value is 229, green value is 155 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e59bab hue: 0.96 , saturation: 0.59 and the lightness value of e59bab is 0.75.

The process color (four color CMYK) of #e59bab color hex is 0.00, 0.32, 0.25, 0.10. Web safe color of #e59bab is #cc9999. Color #e59bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011011 10101011
Octal 345 233 253
Decimal 229 155 171
Hex E5 9B AB

RGB Percentages of Color #e59bab

%41.26
%27.93
%30.81

CMYK Percentages of Color #e59bab

%0
%32
%25
%10

Triadic Colors of #e59bab

#e59bab #abe59b #9babe5

Analogous Colors of #e59bab

#e59bab #e5b09b #e59bd0

Monochromatic Colors of #e59bab

#e59bab

Complementary Color

#e59bab #9be5d5

#e59bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59bab Color CSS Codes

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

#e59bab Text Font Color

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

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


#e59bab Background Color

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

This div background color is #e59bab


#e59bab Border Color

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

This div border color is #e59bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59bab


Comments

No comments written yet.

Please login to write comment.