Color Hex Logo

#e535aa Color Hex

#E535AA
(229,53,170)
0 Favorites   0 Comments

Color spaces of #e535aa

RGB 22953170
HSL0.890.770.55
HSV320°77°90°
CMYK 0.000.770.26   0.10
XYZ40.841922.106540.1446
Yxy22.10650.39620.2144
Hunter Lab47.017572.7737-17.7108
CIE-Lab54.139874.9781-22.4813

#e535aa color RGB value is (229,53,170).

#e535aa hex color red value is 229, green value is 53 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e535aa hue: 0.89 , saturation: 0.77 and the lightness value of e535aa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110101 10101010
Octal 345 65 252
Decimal 229 53 170
Hex E5 35 AA

RGB Percentages of Color #e535aa

%50.66
%11.73
%37.61

CMYK Percentages of Color #e535aa

%0
%77
%26
%10

Triadic Colors of #e535aa

#e535aa #aae535 #35aae5

Analogous Colors of #e535aa

#e535aa #e53552 #c835e5

Monochromatic Colors of #e535aa

#e535aa

Complementary Color

#e535aa #35e570

#e535aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e535aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e535aa Color CSS Codes

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

#e535aa Text Font Color

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

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


#e535aa Background Color

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

This div background color is #e535aa


#e535aa Border Color

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

This div border color is #e535aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e535aa


Comments

No comments written yet.

Please login to write comment.