Color Hex Logo

#e10abe Color Hex

#E10ABE
(225,10,190)
0 Favorites   0 Comments

Color spaces of #e10abe

RGB 22510190
HSL0.860.910.46
HSV310°96°88°
CMYK 0.000.960.16   0.12
XYZ40.454119.942350.4323
Yxy19.94230.36500.1799
Hunter Lab44.656883.5518-35.6983
CIE-Lab51.771983.9867-37.8955

#e10abe color RGB value is (225,10,190).

#e10abe hex color red value is 225, green value is 10 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e10abe hue: 0.86 , saturation: 0.91 and the lightness value of e10abe is 0.46.

The process color (four color CMYK) of #e10abe color hex is 0.00, 0.96, 0.16, 0.12. Web safe color of #e10abe is #cc00cc. Color #e10abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001010 10111110
Octal 341 12 276
Decimal 225 10 190
Hex E1 A BE

RGB Percentages of Color #e10abe

%52.94
%2.35
%44.71

CMYK Percentages of Color #e10abe

%0
%96
%16
%12

Triadic Colors of #e10abe

#e10abe #bee10a #0abee1

Analogous Colors of #e10abe

#e10abe #e10a53 #990ae1

Monochromatic Colors of #e10abe

#e10abe

Complementary Color

#e10abe #0ae12d

#e10abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10abe Color CSS Codes

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

#e10abe Text Font Color

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

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


#e10abe Background Color

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

This div background color is #e10abe


#e10abe Border Color

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

This div border color is #e10abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,10,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e10abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e10abe;
  -webkit-box-shadow: 1px 1px 3px 2px #e10abe;
  box-shadow:         1px 1px 3px 2px #e10abe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,10,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10abe


Comments

No comments written yet.

Please login to write comment.