Color Hex Logo

#e58099 Color Hex

#E58099
(229,128,153)
0 Favorites   0 Comments

Color spaces of #e58099

RGB 229128153
HSL0.960.660.70
HSV345°44°90°
CMYK 0.000.440.33   0.10
XYZ45.782034.396334.3632
Yxy34.39630.39970.3003
Hunter Lab58.648436.70586.3147
CIE-Lab65.275941.61503.9631

#e58099 color RGB value is (229,128,153).

#e58099 hex color red value is 229, green value is 128 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #e58099 hue: 0.96 , saturation: 0.66 and the lightness value of e58099 is 0.70.

The process color (four color CMYK) of #e58099 color hex is 0.00, 0.44, 0.33, 0.10. Web safe color of #e58099 is #cc9999. Color #e58099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000000 10011001
Octal 345 200 231
Decimal 229 128 153
Hex E5 80 99

RGB Percentages of Color #e58099

%44.90
%25.10
%30.00

CMYK Percentages of Color #e58099

%0
%44
%33
%10

Triadic Colors of #e58099

#e58099 #99e580 #8099e5

Analogous Colors of #e58099

#e58099 #e59a80 #e580cc

Monochromatic Colors of #e58099

#e58099

Complementary Color

#e58099 #80e5cc

#e58099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58099 Color CSS Codes

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

#e58099 Text Font Color

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

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


#e58099 Background Color

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

This div background color is #e58099


#e58099 Border Color

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

This div border color is #e58099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58099


Comments

No comments written yet.

Please login to write comment.