Color Hex Logo

#e473aa Color Hex

#E473AA
(228,115,170)
0 Favorites   0 Comments

Color spaces of #e473aa

RGB 228115170
HSL0.920.680.67
HSV331°50°89°
CMYK 0.000.500.25   0.11
XYZ45.381331.657741.7489
Yxy31.65770.38200.2665
Hunter Lab56.265245.5071-4.6077
CIE-Lab63.059050.0241-8.9890

#e473aa color RGB value is (228,115,170).

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

The process color (four color CMYK) of #e473aa color hex is 0.00, 0.50, 0.25, 0.11. Web safe color of #e473aa is #cc6699. Color #e473aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 10101010
Octal 344 163 252
Decimal 228 115 170
Hex E4 73 AA

RGB Percentages of Color #e473aa

%44.44
%22.42
%33.14

CMYK Percentages of Color #e473aa

%0
%50
%25
%11

Triadic Colors of #e473aa

#e473aa #aae473 #73aae4

Analogous Colors of #e473aa

#e473aa #e47573 #e473e3

Monochromatic Colors of #e473aa

#e473aa

Complementary Color

#e473aa #73e4ad

#e473aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e473aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e473aa Color CSS Codes

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

#e473aa Text Font Color

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

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


#e473aa Background Color

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

This div background color is #e473aa


#e473aa Border Color

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

This div border color is #e473aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e473aa


Comments

No comments written yet.

Please login to write comment.