Color Hex Logo

#e42fac Color Hex

#E42FAC
(228,47,172)
0 Favorites   0 Comments

Color spaces of #e42fac

RGB 22847172
HSL0.880.770.54
HSV319°79°89°
CMYK 0.000.790.25   0.11
XYZ40.457821.505641.0484
Yxy21.50560.39270.2088
Hunter Lab46.374174.5726-20.0191
CIE-Lab53.498576.5561-24.6554

#e42fac color RGB value is (228,47,172).

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

The process color (four color CMYK) of #e42fac color hex is 0.00, 0.79, 0.25, 0.11. Web safe color of #e42fac is #cc3399. Color #e42fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101111 10101100
Octal 344 57 254
Decimal 228 47 172
Hex E4 2F AC

RGB Percentages of Color #e42fac

%51.01
%10.51
%38.48

CMYK Percentages of Color #e42fac

%0
%79
%25
%11

Triadic Colors of #e42fac

#e42fac #ace42f #2face4

Analogous Colors of #e42fac

#e42fac #e42f52 #c22fe4

Monochromatic Colors of #e42fac

#e42fac

Complementary Color

#e42fac #2fe467

#e42fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42fac Color CSS Codes

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

#e42fac Text Font Color

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

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


#e42fac Background Color

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

This div background color is #e42fac


#e42fac Border Color

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

This div border color is #e42fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42fac


Comments

No comments written yet.

Please login to write comment.