Color Hex Logo

#e10fab Color Hex

#E10FAB
(225,15,171)
0 Favorites   0 Comments

Color spaces of #e10fab

RGB 22515171
HSL0.880.880.47
HSV315°93°88°
CMYK 0.000.930.24   0.12
XYZ38.572819.289540.2183
Yxy19.28950.39330.1967
Hunter Lab43.919879.9089-23.5492
CIE-Lab51.024281.2865-27.9408

#e10fab color RGB value is (225,15,171).

#e10fab hex color red value is 225, green value is 15 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e10fab hue: 0.88 , saturation: 0.88 and the lightness value of e10fab is 0.47.

The process color (four color CMYK) of #e10fab color hex is 0.00, 0.93, 0.24, 0.12. Web safe color of #e10fab is #cc0099. Color #e10fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001111 10101011
Octal 341 17 253
Decimal 225 15 171
Hex E1 F AB

RGB Percentages of Color #e10fab

%54.74
%3.65
%41.61

CMYK Percentages of Color #e10fab

%0
%93
%24
%12

Triadic Colors of #e10fab

#e10fab #abe10f #0fabe1

Analogous Colors of #e10fab

#e10fab #e10f42 #ae0fe1

Monochromatic Colors of #e10fab

#e10fab

Complementary Color

#e10fab #0fe145

#e10fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10fab Color CSS Codes

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

#e10fab Text Font Color

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

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


#e10fab Background Color

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

This div background color is #e10fab


#e10fab Border Color

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

This div border color is #e10fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10fab


Comments

No comments written yet.

Please login to write comment.