Color Hex Logo

#e10aaf Color Hex

#E10AAF
(225,10,175)
0 Favorites   0 Comments

Color spaces of #e10aaf

RGB 22510175
HSL0.870.910.46
HSV314°96°88°
CMYK 0.000.960.22   0.12
XYZ38.897719.319842.2364
Yxy19.31980.38720.1923
Hunter Lab43.954381.0450-26.2047
CIE-Lab51.059382.1718-30.2415

#e10aaf color RGB value is (225,10,175).

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

The process color (four color CMYK) of #e10aaf color hex is 0.00, 0.96, 0.22, 0.12. Web safe color of #e10aaf is #cc0099. Color #e10aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001010 10101111
Octal 341 12 257
Decimal 225 10 175
Hex E1 A AF

RGB Percentages of Color #e10aaf

%54.88
%2.44
%42.68

CMYK Percentages of Color #e10aaf

%0
%96
%22
%12

Triadic Colors of #e10aaf

#e10aaf #afe10a #0aafe1

Analogous Colors of #e10aaf

#e10aaf #e10a43 #a80ae1

Monochromatic Colors of #e10aaf

#e10aaf

Complementary Color

#e10aaf #0ae13c

#e10aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10aaf Color CSS Codes

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

#e10aaf Text Font Color

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

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


#e10aaf Background Color

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

This div background color is #e10aaf


#e10aaf Border Color

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

This div border color is #e10aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10aaf


Comments

No comments written yet.

Please login to write comment.