Color Hex Logo

#e530aa Color Hex

#E530AA
(229,48,170)
0 Favorites   0 Comments

Color spaces of #e530aa

RGB 22948170
HSL0.890.780.54
HSV320°79°90°
CMYK 0.000.790.26   0.10
XYZ40.625721.674240.0725
Yxy21.67420.39680.2117
Hunter Lab46.555674.2919-18.4447
CIE-Lab53.679676.2949-23.1889

#e530aa color RGB value is (229,48,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110000 10101010
Octal 345 60 252
Decimal 229 48 170
Hex E5 30 AA

RGB Percentages of Color #e530aa

%51.23
%10.74
%38.03

CMYK Percentages of Color #e530aa

%0
%79
%26
%10

Triadic Colors of #e530aa

#e530aa #aae530 #30aae5

Analogous Colors of #e530aa

#e530aa #e53050 #c630e5

Monochromatic Colors of #e530aa

#e530aa

Complementary Color

#e530aa #30e56b

#e530aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e530aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e530aa Color CSS Codes

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

#e530aa Text Font Color

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

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


#e530aa Background Color

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

This div background color is #e530aa


#e530aa Border Color

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

This div border color is #e530aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e530aa


Comments

No comments written yet.

Please login to write comment.