Color Hex Logo

#e131ac Color Hex

#E131AC
(225,49,172)
0 Favorites   0 Comments

Color spaces of #e131ac

RGB 22549172
HSL0.880.750.54
HSV318°78°88°
CMYK 0.000.780.24   0.12
XYZ39.596021.182741.0315
Yxy21.18270.38890.2081
Hunter Lab46.024773.0242-20.6404
CIE-Lab53.148975.3732-25.2383

#e131ac color RGB value is (225,49,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110001 10101100
Octal 341 61 254
Decimal 225 49 172
Hex E1 31 AC

RGB Percentages of Color #e131ac

%50.45
%10.99
%38.57

CMYK Percentages of Color #e131ac

%0
%78
%24
%12

Triadic Colors of #e131ac

#e131ac #ace131 #31ace1

Analogous Colors of #e131ac

#e131ac #e13154 #be31e1

Monochromatic Colors of #e131ac

#e131ac

Complementary Color

#e131ac #31e166

#e131ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e131ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e131ac Color CSS Codes

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

#e131ac Text Font Color

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

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


#e131ac Background Color

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

This div background color is #e131ac


#e131ac Border Color

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

This div border color is #e131ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e131ac


Comments

No comments written yet.

Please login to write comment.