Color Hex Logo

#e553aa Color Hex

#E553AA
(229,83,170)
0 Favorites   0 Comments

Color spaces of #e553aa

RGB 22983170
HSL0.900.740.61
HSV324°64°90°
CMYK 0.000.640.26   0.10
XYZ42.662125.746840.7513
Yxy25.74680.39080.2359
Hunter Lab50.741361.2813-12.0980
CIE-Lab57.795964.7429-16.8965

#e553aa color RGB value is (229,83,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010011 10101010
Octal 345 123 252
Decimal 229 83 170
Hex E5 53 AA

RGB Percentages of Color #e553aa

%47.51
%17.22
%35.27

CMYK Percentages of Color #e553aa

%0
%64
%26
%10

Triadic Colors of #e553aa

#e553aa #aae553 #53aae5

Analogous Colors of #e553aa

#e553aa #e55361 #d753e5

Monochromatic Colors of #e553aa

#e553aa

Complementary Color

#e553aa #53e58e

#e553aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e553aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e553aa Color CSS Codes

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

#e553aa Text Font Color

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

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


#e553aa Background Color

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

This div background color is #e553aa


#e553aa Border Color

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

This div border color is #e553aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e553aa


Comments

No comments written yet.

Please login to write comment.