Color Hex Logo

#e59bac Color Hex

#E59BAC
(229,155,172)
0 Favorites   0 Comments

Color spaces of #e59bac

RGB 229155172
HSL0.960.590.75
HSV346°32°90°
CMYK 0.000.320.25   0.10
XYZ51.480843.079344.6315
Yxy43.07930.36990.3095
Hunter Lab65.634825.14595.6273
CIE-Lab71.608829.94922.4821

#e59bac color RGB value is (229,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011011 10101100
Octal 345 233 254
Decimal 229 155 172
Hex E5 9B AC

RGB Percentages of Color #e59bac

%41.19
%27.88
%30.94

CMYK Percentages of Color #e59bac

%0
%32
%25
%10

Triadic Colors of #e59bac

#e59bac #ace59b #9bace5

Analogous Colors of #e59bac

#e59bac #e5af9b #e59bd1

Monochromatic Colors of #e59bac

#e59bac

Complementary Color

#e59bac #9be5d4

#e59bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59bac Color CSS Codes

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

#e59bac Text Font Color

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

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


#e59bac Background Color

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

This div background color is #e59bac


#e59bac Border Color

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

This div border color is #e59bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59bac


Comments

No comments written yet.

Please login to write comment.