Color Hex Logo

#e519ab Color Hex

#E519AB
(229,25,171)
0 Favorites   0 Comments

Color spaces of #e519ab

RGB 22925171
HSL0.880.800.50
HSV317°89°90°
CMYK 0.000.890.25   0.10
XYZ40.011420.293540.3363
Yxy20.29350.39760.2016
Hunter Lab45.048379.7072-21.5545
CIE-Lab52.167480.9048-26.1099

#e519ab color RGB value is (229,25,171).

#e519ab hex color red value is 229, green value is 25 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e519ab hue: 0.88 , saturation: 0.80 and the lightness value of e519ab is 0.50.

The process color (four color CMYK) of #e519ab color hex is 0.00, 0.89, 0.25, 0.10. Web safe color of #e519ab is #cc0099. Color #e519ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011001 10101011
Octal 345 31 253
Decimal 229 25 171
Hex E5 19 AB

RGB Percentages of Color #e519ab

%53.88
%5.88
%40.24

CMYK Percentages of Color #e519ab

%0
%89
%25
%10

Triadic Colors of #e519ab

#e519ab #abe519 #19abe5

Analogous Colors of #e519ab

#e519ab #e51945 #b919e5

Monochromatic Colors of #e519ab

#e519ab

Complementary Color

#e519ab #19e553

#e519ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e519ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e519ab Color CSS Codes

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

#e519ab Text Font Color

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

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


#e519ab Background Color

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

This div background color is #e519ab


#e519ab Border Color

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

This div border color is #e519ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e519ab


Comments

No comments written yet.

Please login to write comment.