Color Hex Logo

#e162ac Color Hex

#E162AC
(225,98,172)
0 Favorites   0 Comments

Color spaces of #e162ac

RGB 22598172
HSL0.900.680.63
HSV325°56°88°
CMYK 0.000.560.24   0.12
XYZ42.865427.721542.1212
Yxy27.72150.38030.2460
Hunter Lab52.651253.1842-10.5764
CIE-Lab59.636357.4174-15.3208

#e162ac color RGB value is (225,98,172).

#e162ac hex color red value is 225, green value is 98 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e162ac hue: 0.90 , saturation: 0.68 and the lightness value of e162ac is 0.63.

The process color (four color CMYK) of #e162ac color hex is 0.00, 0.56, 0.24, 0.12. Web safe color of #e162ac is #cc6699. Color #e162ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100010 10101100
Octal 341 142 254
Decimal 225 98 172
Hex E1 62 AC

RGB Percentages of Color #e162ac

%45.45
%19.80
%34.75

CMYK Percentages of Color #e162ac

%0
%56
%24
%12

Triadic Colors of #e162ac

#e162ac #ace162 #62ace1

Analogous Colors of #e162ac

#e162ac #e1626d #d762e1

Monochromatic Colors of #e162ac

#e162ac

Complementary Color

#e162ac #62e197

#e162ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e162ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e162ac Color CSS Codes

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

#e162ac Text Font Color

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

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


#e162ac Background Color

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

This div background color is #e162ac


#e162ac Border Color

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

This div border color is #e162ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e162ac


Comments

No comments written yet.

Please login to write comment.