Color Hex Logo

#e10fad Color Hex

#E10FAD
(225,15,173)
0 Favorites   0 Comments

Color spaces of #e10fad

RGB 22515173
HSL0.870.880.47
HSV315°93°88°
CMYK 0.000.930.23   0.12
XYZ38.765019.366341.2301
Yxy19.36630.39010.1949
Hunter Lab44.007280.2244-24.7435
CIE-Lab51.113081.5175-28.9811

#e10fad color RGB value is (225,15,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001111 10101101
Octal 341 17 255
Decimal 225 15 173
Hex E1 F AD

RGB Percentages of Color #e10fad

%54.48
%3.63
%41.89

CMYK Percentages of Color #e10fad

%0
%93
%23
%12

Triadic Colors of #e10fad

#e10fad #ade10f #0fade1

Analogous Colors of #e10fad

#e10fad #e10f44 #ac0fe1

Monochromatic Colors of #e10fad

#e10fad

Complementary Color

#e10fad #0fe143

#e10fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10fad Color CSS Codes

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

#e10fad Text Font Color

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

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


#e10fad Background Color

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

This div background color is #e10fad


#e10fad Border Color

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

This div border color is #e10fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10fad


Comments

No comments written yet.

Please login to write comment.