Color Hex Logo

#e59ebc Color Hex

#E59EBC
(229,158,188)
0 Favorites   0 Comments

Color spaces of #e59ebc

RGB 229158188
HSL0.930.580.76
HSV335°31°90°
CMYK 0.000.310.18   0.10
XYZ53.617144.742653.3872
Yxy44.74260.35330.2949
Hunter Lab66.889926.0233-0.4985
CIE-Lab72.722130.7119-4.7396

#e59ebc color RGB value is (229,158,188).

#e59ebc hex color red value is 229, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e59ebc hue: 0.93 , saturation: 0.58 and the lightness value of e59ebc is 0.76.

The process color (four color CMYK) of #e59ebc color hex is 0.00, 0.31, 0.18, 0.10. Web safe color of #e59ebc is #cc99cc. Color #e59ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011110 10111100
Octal 345 236 274
Decimal 229 158 188
Hex E5 9E BC

RGB Percentages of Color #e59ebc

%39.83
%27.48
%32.70

CMYK Percentages of Color #e59ebc

%0
%31
%18
%10

Triadic Colors of #e59ebc

#e59ebc #bce59e #9ebce5

Analogous Colors of #e59ebc

#e59ebc #e5a49e #e59ee0

Monochromatic Colors of #e59ebc

#e59ebc

Complementary Color

#e59ebc #9ee5c7

#e59ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59ebc Color CSS Codes

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

#e59ebc Text Font Color

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

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


#e59ebc Background Color

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

This div background color is #e59ebc


#e59ebc Border Color

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

This div border color is #e59ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59ebc


Comments

No comments written yet.

Please login to write comment.