Color Hex Logo

#e547aa Color Hex

#E547AA
(229,71,170)
0 Favorites   0 Comments

Color spaces of #e547aa

RGB 22971170
HSL0.900.750.59
HSV322°69°90°
CMYK 0.000.690.26   0.10
XYZ41.822024.066840.4713
Yxy24.06680.39320.2263
Hunter Lab49.057966.3203-14.5719
CIE-Lab56.154669.2880-19.3955

#e547aa color RGB value is (229,71,170).

#e547aa hex color red value is 229, green value is 71 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e547aa hue: 0.90 , saturation: 0.75 and the lightness value of e547aa is 0.59.

The process color (four color CMYK) of #e547aa color hex is 0.00, 0.69, 0.26, 0.10. Web safe color of #e547aa is #cc3399. Color #e547aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000111 10101010
Octal 345 107 252
Decimal 229 71 170
Hex E5 47 AA

RGB Percentages of Color #e547aa

%48.72
%15.11
%36.17

CMYK Percentages of Color #e547aa

%0
%69
%26
%10

Triadic Colors of #e547aa

#e547aa #aae547 #47aae5

Analogous Colors of #e547aa

#e547aa #e5475b #d147e5

Monochromatic Colors of #e547aa

#e547aa

Complementary Color

#e547aa #47e582

#e547aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e547aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e547aa Color CSS Codes

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

#e547aa Text Font Color

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

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


#e547aa Background Color

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

This div background color is #e547aa


#e547aa Border Color

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

This div border color is #e547aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e547aa


Comments

No comments written yet.

Please login to write comment.