Color Hex Logo

#e59390 Color Hex

#E59390
(229,147,144)
0 Favorites   0 Comments

Color spaces of #e59390

RGB 229147144
HSL0.010.620.73
HSV37°90°
CMYK 0.000.360.37   0.10
XYZ47.780939.539131.4990
Yxy39.53910.40210.3328
Hunter Lab62.880125.597114.3155
CIE-Lab69.140030.582814.5188

#e59390 color RGB value is (229,147,144).

#e59390 hex color red value is 229, green value is 147 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e59390 hue: 0.01 , saturation: 0.62 and the lightness value of e59390 is 0.73.

The process color (four color CMYK) of #e59390 color hex is 0.00, 0.36, 0.37, 0.10. Web safe color of #e59390 is #cc9999. Color #e59390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010011 10010000
Octal 345 223 220
Decimal 229 147 144
Hex E5 93 90

RGB Percentages of Color #e59390

%44.04
%28.27
%27.69

CMYK Percentages of Color #e59390

%0
%36
%37
%10

Triadic Colors of #e59390

#e59390 #90e593 #9390e5

Analogous Colors of #e59390

#e59390 #e5be90 #e590b8

Monochromatic Colors of #e59390

#e59390

Complementary Color

#e59390 #90e2e5

#e59390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59390 Color CSS Codes

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

#e59390 Text Font Color

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

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


#e59390 Background Color

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

This div background color is #e59390


#e59390 Border Color

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

This div border color is #e59390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59390


Comments

No comments written yet.

Please login to write comment.