Color Hex Logo

#e12faa Color Hex

#E12FAA
(225,47,170)
0 Favorites   0 Comments

Color spaces of #e12faa

RGB 22547170
HSL0.880.750.53
HSV319°79°88°
CMYK 0.000.790.24   0.12
XYZ39.323620.942940.0000
Yxy20.94290.39220.2089
Hunter Lab45.763473.2956-19.7887
CIE-Lab52.886975.6439-24.4691

#e12faa color RGB value is (225,47,170).

#e12faa hex color red value is 225, green value is 47 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e12faa hue: 0.88 , saturation: 0.75 and the lightness value of e12faa is 0.53.

The process color (four color CMYK) of #e12faa color hex is 0.00, 0.79, 0.24, 0.12. Web safe color of #e12faa is #cc3399. Color #e12faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101111 10101010
Octal 341 57 252
Decimal 225 47 170
Hex E1 2F AA

RGB Percentages of Color #e12faa

%50.90
%10.63
%38.46

CMYK Percentages of Color #e12faa

%0
%79
%24
%12

Triadic Colors of #e12faa

#e12faa #aae12f #2faae1

Analogous Colors of #e12faa

#e12faa #e12f51 #bf2fe1

Monochromatic Colors of #e12faa

#e12faa

Complementary Color

#e12faa #2fe166

#e12faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12faa Color CSS Codes

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

#e12faa Text Font Color

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

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


#e12faa Background Color

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

This div background color is #e12faa


#e12faa Border Color

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

This div border color is #e12faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12faa


Comments

No comments written yet.

Please login to write comment.