Color Hex Logo

#e530ae Color Hex

#E530AE
(229,48,174)
0 Favorites   0 Comments

Color spaces of #e530ae

RGB 22948174
HSL0.880.780.54
HSV318°79°90°
CMYK 0.000.790.24   0.10
XYZ41.010021.827942.0961
Yxy21.82790.39080.2080
Hunter Lab46.720374.9225-20.7174
CIE-Lab53.843976.7705-25.2787

#e530ae color RGB value is (229,48,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110000 10101110
Octal 345 60 256
Decimal 229 48 174
Hex E5 30 AE

RGB Percentages of Color #e530ae

%50.78
%10.64
%38.58

CMYK Percentages of Color #e530ae

%0
%79
%24
%10

Triadic Colors of #e530ae

#e530ae #aee530 #30aee5

Analogous Colors of #e530ae

#e530ae #e53054 #c230e5

Monochromatic Colors of #e530ae

#e530ae

Complementary Color

#e530ae #30e567

#e530ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e530ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e530ae Color CSS Codes

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

#e530ae Text Font Color

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

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


#e530ae Background Color

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

This div background color is #e530ae


#e530ae Border Color

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

This div border color is #e530ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,48,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e530ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e530ae


Comments

No comments written yet.

Please login to write comment.