Color Hex Logo

#e172aa Color Hex

#E172AA
(225,114,170)
0 Favorites   0 Comments

Color spaces of #e172aa

RGB 225114170
HSL0.920.650.66
HSV330°49°88°
CMYK 0.000.490.24   0.12
XYZ44.324330.944541.6669
Yxy30.94450.37900.2646
Hunter Lab55.627844.8805-5.4706
CIE-Lab62.460849.5446-9.9252

#e172aa color RGB value is (225,114,170).

#e172aa hex color red value is 225, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e172aa hue: 0.92 , saturation: 0.65 and the lightness value of e172aa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110010 10101010
Octal 341 162 252
Decimal 225 114 170
Hex E1 72 AA

RGB Percentages of Color #e172aa

%44.20
%22.40
%33.40

CMYK Percentages of Color #e172aa

%0
%49
%24
%12

Triadic Colors of #e172aa

#e172aa #aae172 #72aae1

Analogous Colors of #e172aa

#e172aa #e17273 #e172e1

Monochromatic Colors of #e172aa

#e172aa

Complementary Color

#e172aa #72e1a9

#e172aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e172aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e172aa Color CSS Codes

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

#e172aa Text Font Color

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

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


#e172aa Background Color

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

This div background color is #e172aa


#e172aa Border Color

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

This div border color is #e172aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e172aa


Comments

No comments written yet.

Please login to write comment.