Color Hex Logo

#e59bad Color Hex

#E59BAD
(229,155,173)
0 Favorites   0 Comments

Color spaces of #e59bad

RGB 229155173
HSL0.960.590.75
HSV345°32°90°
CMYK 0.000.320.24   0.10
XYZ51.577343.117845.1393
Yxy43.11780.36880.3083
Hunter Lab65.664125.29445.2074
CIE-Lab71.634930.09131.9658

#e59bad color RGB value is (229,155,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011011 10101101
Octal 345 233 255
Decimal 229 155 173
Hex E5 9B AD

RGB Percentages of Color #e59bad

%41.11
%27.83
%31.06

CMYK Percentages of Color #e59bad

%0
%32
%24
%10

Triadic Colors of #e59bad

#e59bad #ade59b #9bade5

Analogous Colors of #e59bad

#e59bad #e5ae9b #e59bd2

Monochromatic Colors of #e59bad

#e59bad

Complementary Color

#e59bad #9be5d3

#e59bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59bad Color CSS Codes

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

#e59bad Text Font Color

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

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


#e59bad Background Color

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

This div background color is #e59bad


#e59bad Border Color

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

This div border color is #e59bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59bad


Comments

No comments written yet.

Please login to write comment.