Color Hex Logo

#e173aa Color Hex

#E173AA
(225,115,170)
0 Favorites   0 Comments

Color spaces of #e173aa

RGB 225115170
HSL0.920.650.67
HSV330°49°88°
CMYK 0.000.490.24   0.12
XYZ44.437831.171341.7047
Yxy31.17130.37880.2657
Hunter Lab55.831344.3689-5.2064
CIE-Lab62.652049.0511-9.6394

#e173aa color RGB value is (225,115,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110011 10101010
Octal 341 163 252
Decimal 225 115 170
Hex E1 73 AA

RGB Percentages of Color #e173aa

%44.12
%22.55
%33.33

CMYK Percentages of Color #e173aa

%0
%49
%24
%12

Triadic Colors of #e173aa

#e173aa #aae173 #73aae1

Analogous Colors of #e173aa

#e173aa #e17373 #e173e1

Monochromatic Colors of #e173aa

#e173aa

Complementary Color

#e173aa #73e1aa

#e173aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e173aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e173aa Color CSS Codes

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

#e173aa Text Font Color

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

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


#e173aa Background Color

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

This div background color is #e173aa


#e173aa Border Color

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

This div border color is #e173aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e173aa


Comments

No comments written yet.

Please login to write comment.