Color Hex Logo

#e0519e Color Hex

#E0519E
(224,81,158)
0 Favorites   0 Comments

Color spaces of #e0519e

RGB 22481158
HSL0.910.700.60
HSV328°64°88°
CMYK 0.000.640.29   0.12
XYZ39.854524.200834.9184
Yxy24.20080.40270.2445
Hunter Lab49.194358.5208-7.6484
CIE-Lab56.288362.6521-12.2623

#e0519e color RGB value is (224,81,158).

#e0519e hex color red value is 224, green value is 81 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e0519e hue: 0.91 , saturation: 0.70 and the lightness value of e0519e is 0.60.

The process color (four color CMYK) of #e0519e color hex is 0.00, 0.64, 0.29, 0.12. Web safe color of #e0519e is #cc6699. Color #e0519e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010001 10011110
Octal 340 121 236
Decimal 224 81 158
Hex E0 51 9E

RGB Percentages of Color #e0519e

%48.38
%17.49
%34.13

CMYK Percentages of Color #e0519e

%0
%64
%29
%12

Triadic Colors of #e0519e

#e0519e #9ee051 #519ee0

Analogous Colors of #e0519e

#e0519e #e05156 #db51e0

Monochromatic Colors of #e0519e

#e0519e

Complementary Color

#e0519e #51e093

#e0519e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0519e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0519e Color CSS Codes

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

#e0519e Text Font Color

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

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


#e0519e Background Color

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

This div background color is #e0519e


#e0519e Border Color

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

This div border color is #e0519e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0519e


Comments

No comments written yet.

Please login to write comment.