Color Hex Logo

#e574aa Color Hex

#E574AA
(229,116,170)
0 Favorites   0 Comments

Color spaces of #e574aa

RGB 229116170
HSL0.920.680.68
HSV331°49°90°
CMYK 0.000.490.26   0.10
XYZ45.814232.051141.8020
Yxy32.05110.38280.2678
Hunter Lab56.613745.3758-4.1485
CIE-Lab63.385149.8570-8.4883

#e574aa color RGB value is (229,116,170).

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

The process color (four color CMYK) of #e574aa color hex is 0.00, 0.49, 0.26, 0.10. Web safe color of #e574aa is #cc6699. Color #e574aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110100 10101010
Octal 345 164 252
Decimal 229 116 170
Hex E5 74 AA

RGB Percentages of Color #e574aa

%44.47
%22.52
%33.01

CMYK Percentages of Color #e574aa

%0
%49
%26
%10

Triadic Colors of #e574aa

#e574aa #aae574 #74aae5

Analogous Colors of #e574aa

#e574aa #e57774 #e574e3

Monochromatic Colors of #e574aa

#e574aa

Complementary Color

#e574aa #74e5af

#e574aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e574aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e574aa Color CSS Codes

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

#e574aa Text Font Color

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

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


#e574aa Background Color

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

This div background color is #e574aa


#e574aa Border Color

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

This div border color is #e574aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e574aa


Comments

No comments written yet.

Please login to write comment.