Color Hex Logo

#e12fac Color Hex

#E12FAC
(225,47,172)
0 Favorites   0 Comments

Color spaces of #e12fac

RGB 22547172
HSL0.880.750.53
HSV318°79°88°
CMYK 0.000.790.24   0.12
XYZ39.514221.019141.0042
Yxy21.01910.38920.2070
Hunter Lab45.846673.6138-20.9351
CIE-Lab52.970475.8852-25.5140

#e12fac color RGB value is (225,47,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101111 10101100
Octal 341 57 254
Decimal 225 47 172
Hex E1 2F AC

RGB Percentages of Color #e12fac

%50.68
%10.59
%38.74

CMYK Percentages of Color #e12fac

%0
%79
%24
%12

Triadic Colors of #e12fac

#e12fac #ace12f #2face1

Analogous Colors of #e12fac

#e12fac #e12f53 #bd2fe1

Monochromatic Colors of #e12fac

#e12fac

Complementary Color

#e12fac #2fe164

#e12fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12fac Color CSS Codes

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

#e12fac Text Font Color

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

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


#e12fac Background Color

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

This div background color is #e12fac


#e12fac Border Color

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

This div border color is #e12fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12fac


Comments

No comments written yet.

Please login to write comment.