Color Hex Logo

#e578aa Color Hex

#E578AA
(229,120,170)
1 Favorites   0 Comments

Color spaces of #e578aa

RGB 229120170
HSL0.920.680.68
HSV332°48°90°
CMYK 0.000.480.26   0.10
XYZ46.285332.993241.9590
Yxy32.99320.38180.2721
Hunter Lab57.439743.3170-3.1028
CIE-Lab64.155447.8759-7.3419

#e578aa color RGB value is (229,120,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111000 10101010
Octal 345 170 252
Decimal 229 120 170
Hex E5 78 AA

RGB Percentages of Color #e578aa

%44.12
%23.12
%32.76

CMYK Percentages of Color #e578aa

%0
%48
%26
%10

Triadic Colors of #e578aa

#e578aa #aae578 #78aae5

Analogous Colors of #e578aa

#e578aa #e57d78 #e578e1

Monochromatic Colors of #e578aa

#e578aa

Complementary Color

#e578aa #78e5b3

#e578aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e578aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e578aa Color CSS Codes

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

#e578aa Text Font Color

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

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


#e578aa Background Color

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

This div background color is #e578aa


#e578aa Border Color

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

This div border color is #e578aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e578aa


Comments

No comments written yet.

Please login to write comment.