Color Hex Logo

#e161ac Color Hex

#E161AC
(225,97,172)
0 Favorites   0 Comments

Color spaces of #e161ac

RGB 22597172
HSL0.900.680.63
HSV325°57°88°
CMYK 0.000.570.24   0.12
XYZ42.772427.535542.0903
Yxy27.53550.38050.2450
Hunter Lab52.474353.6675-10.8253
CIE-Lab59.466757.8707-15.5775

#e161ac color RGB value is (225,97,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100001 10101100
Octal 341 141 254
Decimal 225 97 172
Hex E1 61 AC

RGB Percentages of Color #e161ac

%45.55
%19.64
%34.82

CMYK Percentages of Color #e161ac

%0
%57
%24
%12

Triadic Colors of #e161ac

#e161ac #ace161 #61ace1

Analogous Colors of #e161ac

#e161ac #e1616c #d661e1

Monochromatic Colors of #e161ac

#e161ac

Complementary Color

#e161ac #61e196

#e161ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e161ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e161ac Color CSS Codes

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

#e161ac Text Font Color

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

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


#e161ac Background Color

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

This div background color is #e161ac


#e161ac Border Color

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

This div border color is #e161ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e161ac


Comments

No comments written yet.

Please login to write comment.