Color Hex Logo

#e51abf Color Hex

#E51ABF
(229,26,191)
0 Favorites   0 Comments

Color spaces of #e51abf

RGB 22926191
HSL0.860.800.50
HSV311°89°90°
CMYK 0.000.890.17   0.10
XYZ42.086521.158451.1560
Yxy21.15840.36790.1849
Hunter Lab45.998382.8231-33.7393
CIE-Lab53.122483.1578-36.3038

#e51abf color RGB value is (229,26,191).

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

The process color (four color CMYK) of #e51abf color hex is 0.00, 0.89, 0.17, 0.10. Web safe color of #e51abf is #cc33cc. Color #e51abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011010 10111111
Octal 345 32 277
Decimal 229 26 191
Hex E5 1A BF

RGB Percentages of Color #e51abf

%51.35
%5.83
%42.83

CMYK Percentages of Color #e51abf

%0
%89
%17
%10

Triadic Colors of #e51abf

#e51abf #bfe51a #1abfe5

Analogous Colors of #e51abf

#e51abf #e51a5a #a61ae5

Monochromatic Colors of #e51abf

#e51abf

Complementary Color

#e51abf #1ae540

#e51abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51abf Color CSS Codes

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

#e51abf Text Font Color

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

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


#e51abf Background Color

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

This div background color is #e51abf


#e51abf Border Color

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

This div border color is #e51abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51abf


Comments

No comments written yet.

Please login to write comment.