Color Hex Logo

#e5909b Color Hex

#E5909B
(229,144,155)
0 Favorites   0 Comments

Color spaces of #e5909b

RGB 229144155
HSL0.980.620.73
HSV352°37°90°
CMYK 0.000.370.32   0.10
XYZ48.202838.971135.9920
Yxy38.97110.39140.3164
Hunter Lab62.426828.58169.5153
CIE-Lab68.730333.51537.8006

#e5909b color RGB value is (229,144,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010000 10011011
Octal 345 220 233
Decimal 229 144 155
Hex E5 90 9B

RGB Percentages of Color #e5909b

%43.37
%27.27
%29.36

CMYK Percentages of Color #e5909b

%0
%37
%32
%10

Triadic Colors of #e5909b

#e5909b #9be590 #909be5

Analogous Colors of #e5909b

#e5909b #e5b090 #e590c6

Monochromatic Colors of #e5909b

#e5909b

Complementary Color

#e5909b #90e5da

#e5909b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5909b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5909b Color CSS Codes

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

#e5909b Text Font Color

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

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


#e5909b Background Color

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

This div background color is #e5909b


#e5909b Border Color

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

This div border color is #e5909b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5909b


Comments

No comments written yet.

Please login to write comment.