Color Hex Logo

#e9519a Color Hex

#E9519A
(233,81,154)
0 Favorites   0 Comments

Color spaces of #e9519a

RGB 23381154
HSL0.920.780.62
HSV331°65°91°
CMYK 0.000.650.34   0.09
XYZ42.379425.541633.2682
Yxy25.54160.41880.2524
Hunter Lab50.538761.2391-3.6518
CIE-Lab57.599464.7427-7.8104

#e9519a color RGB value is (233,81,154).

#e9519a hex color red value is 233, green value is 81 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e9519a hue: 0.92 , saturation: 0.78 and the lightness value of e9519a is 0.62.

The process color (four color CMYK) of #e9519a color hex is 0.00, 0.65, 0.34, 0.09. Web safe color of #e9519a is #ff6699. Color #e9519a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010001 10011010
Octal 351 121 232
Decimal 233 81 154
Hex E9 51 9A

RGB Percentages of Color #e9519a

%49.79
%17.31
%32.91

CMYK Percentages of Color #e9519a

%0
%65
%34
%9

Triadic Colors of #e9519a

#e9519a #9ae951 #519ae9

Analogous Colors of #e9519a

#e9519a #e95451 #e951e6

Monochromatic Colors of #e9519a

#e9519a

Complementary Color

#e9519a #51e9a0

#e9519a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9519a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9519a Color CSS Codes

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

#e9519a Text Font Color

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

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


#e9519a Background Color

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

This div background color is #e9519a


#e9519a Border Color

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

This div border color is #e9519a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,81,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9519a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9519a;
  -webkit-box-shadow: 1px 1px 3px 2px #e9519a;
  box-shadow:         1px 1px 3px 2px #e9519a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,81,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9519a


Comments

No comments written yet.

Please login to write comment.