Color Hex Logo

#e58eba Color Hex

#E58EBA
(229,142,186)
0 Favorites   0 Comments

Color spaces of #e58eba

RGB 229142186
HSL0.920.630.73
HSV330°38°90°
CMYK 0.000.380.19   0.10
XYZ50.849039.549251.4081
Yxy39.54920.35860.2789
Hunter Lab62.888234.2741-4.4451
CIE-Lab69.147238.8851-8.9298

#e58eba color RGB value is (229,142,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001110 10111010
Octal 345 216 272
Decimal 229 142 186
Hex E5 8E BA

RGB Percentages of Color #e58eba

%41.11
%25.49
%33.39

CMYK Percentages of Color #e58eba

%0
%38
%19
%10

Triadic Colors of #e58eba

#e58eba #bae58e #8ebae5

Analogous Colors of #e58eba

#e58eba #e58e8f #e58ee5

Monochromatic Colors of #e58eba

#e58eba

Complementary Color

#e58eba #8ee5b9

#e58eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58eba Color CSS Codes

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

#e58eba Text Font Color

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

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


#e58eba Background Color

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

This div background color is #e58eba


#e58eba Border Color

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

This div border color is #e58eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58eba


Comments

No comments written yet.

Please login to write comment.