Color Hex Logo

#e112ac Color Hex

#E112AC
(225,18,172)
0 Favorites   0 Comments

Color spaces of #e112ac

RGB 22518172
HSL0.880.850.48
HSV315°92°88°
CMYK 0.000.920.24   0.12
XYZ38.714019.418740.7375
Yxy19.41870.39160.1964
Hunter Lab44.066779.7015-23.9641
CIE-Lab51.173581.0941-28.2982

#e112ac color RGB value is (225,18,172).

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

The process color (four color CMYK) of #e112ac color hex is 0.00, 0.92, 0.24, 0.12. Web safe color of #e112ac is #cc0099. Color #e112ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010010 10101100
Octal 341 22 254
Decimal 225 18 172
Hex E1 12 AC

RGB Percentages of Color #e112ac

%54.22
%4.34
%41.45

CMYK Percentages of Color #e112ac

%0
%92
%24
%12

Triadic Colors of #e112ac

#e112ac #ace112 #12ace1

Analogous Colors of #e112ac

#e112ac #e11245 #af12e1

Monochromatic Colors of #e112ac

#e112ac

Complementary Color

#e112ac #12e147

#e112ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e112ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e112ac Color CSS Codes

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

#e112ac Text Font Color

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

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


#e112ac Background Color

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

This div background color is #e112ac


#e112ac Border Color

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

This div border color is #e112ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e112ac


Comments

No comments written yet.

Please login to write comment.