Color Hex Logo

#e140ac Color Hex

#E140AC
(225,64,172)
0 Favorites   0 Comments

Color spaces of #e140ac

RGB 22564172
HSL0.890.730.57
HSV320°72°88°
CMYK 0.000.720.24   0.12
XYZ40.331122.652941.2765
Yxy22.65290.38680.2173
Hunter Lab47.595167.9660-18.1023
CIE-Lab54.713070.9280-22.8285

#e140ac color RGB value is (225,64,172).

#e140ac hex color red value is 225, green value is 64 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e140ac hue: 0.89 , saturation: 0.73 and the lightness value of e140ac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000000 10101100
Octal 341 100 254
Decimal 225 64 172
Hex E1 40 AC

RGB Percentages of Color #e140ac

%48.81
%13.88
%37.31

CMYK Percentages of Color #e140ac

%0
%72
%24
%12

Triadic Colors of #e140ac

#e140ac #ace140 #40ace1

Analogous Colors of #e140ac

#e140ac #e1405c #c640e1

Monochromatic Colors of #e140ac

#e140ac

Complementary Color

#e140ac #40e175

#e140ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e140ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e140ac Color CSS Codes

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

#e140ac Text Font Color

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

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


#e140ac Background Color

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

This div background color is #e140ac


#e140ac Border Color

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

This div border color is #e140ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e140ac


Comments

No comments written yet.

Please login to write comment.