Color Hex Logo

#e514ab Color Hex

#E514AB
(229,20,171)
0 Favorites   0 Comments

Color spaces of #e514ab

RGB 22920171
HSL0.880.840.49
HSV317°91°90°
CMYK 0.000.910.25   0.10
XYZ39.913920.098640.3038
Yxy20.09860.39790.2004
Hunter Lab44.831580.4653-21.9201
CIE-Lab51.948581.5439-26.4488

#e514ab color RGB value is (229,20,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010100 10101011
Octal 345 24 253
Decimal 229 20 171
Hex E5 14 AB

RGB Percentages of Color #e514ab

%54.52
%4.76
%40.71

CMYK Percentages of Color #e514ab

%0
%91
%25
%10

Triadic Colors of #e514ab

#e514ab #abe514 #14abe5

Analogous Colors of #e514ab

#e514ab #e51442 #b714e5

Monochromatic Colors of #e514ab

#e514ab

Complementary Color

#e514ab #14e54e

#e514ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e514ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e514ab Color CSS Codes

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

#e514ab Text Font Color

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

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


#e514ab Background Color

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

This div background color is #e514ab


#e514ab Border Color

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

This div border color is #e514ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,20,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 #e514ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e514ab


Comments

No comments written yet.

Please login to write comment.