Color Hex Logo

#e162aa Color Hex

#E162AA
(225,98,170)
0 Favorites   0 Comments

Color spaces of #e162aa

RGB 22598170
HSL0.910.680.63
HSV326°56°88°
CMYK 0.000.560.24   0.12
XYZ42.674727.645241.1171
Yxy27.64520.38290.2481
Hunter Lab52.578752.8641-9.5603
CIE-Lab59.566857.1474-14.2732

#e162aa color RGB value is (225,98,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100010 10101010
Octal 341 142 252
Decimal 225 98 170
Hex E1 62 AA

RGB Percentages of Color #e162aa

%45.64
%19.88
%34.48

CMYK Percentages of Color #e162aa

%0
%56
%24
%12

Triadic Colors of #e162aa

#e162aa #aae162 #62aae1

Analogous Colors of #e162aa

#e162aa #e1626b #d962e1

Monochromatic Colors of #e162aa

#e162aa

Complementary Color

#e162aa #62e199

#e162aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e162aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e162aa Color CSS Codes

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

#e162aa Text Font Color

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

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


#e162aa Background Color

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

This div background color is #e162aa


#e162aa Border Color

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

This div border color is #e162aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,98,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e162aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e162aa


Comments

No comments written yet.

Please login to write comment.