Color Hex Logo

#e58ebb Color Hex

#E58EBB
(229,142,187)
0 Favorites   0 Comments

Color spaces of #e58ebb

RGB 229142187
HSL0.910.630.73
HSV329°38°90°
CMYK 0.000.380.18   0.10
XYZ50.955739.591951.9700
Yxy39.59190.35750.2778
Hunter Lab62.922134.4396-4.9246
CIE-Lab69.177939.0367-9.4423

#e58ebb color RGB value is (229,142,187).

#e58ebb hex color red value is 229, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e58ebb hue: 0.91 , saturation: 0.63 and the lightness value of e58ebb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001110 10111011
Octal 345 216 273
Decimal 229 142 187
Hex E5 8E BB

RGB Percentages of Color #e58ebb

%41.04
%25.45
%33.51

CMYK Percentages of Color #e58ebb

%0
%38
%18
%10

Triadic Colors of #e58ebb

#e58ebb #bbe58e #8ebbe5

Analogous Colors of #e58ebb

#e58ebb #e58e90 #e48ee5

Monochromatic Colors of #e58ebb

#e58ebb

Complementary Color

#e58ebb #8ee5b8

#e58ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58ebb Color CSS Codes

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

#e58ebb Text Font Color

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

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


#e58ebb Background Color

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

This div background color is #e58ebb


#e58ebb Border Color

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

This div border color is #e58ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58ebb


Comments

No comments written yet.

Please login to write comment.