Color Hex Logo

#e824aa Color Hex

#E824AA
(232,36,170)
0 Favorites   0 Comments

Color spaces of #e824aa

RGB 23236170
HSL0.890.810.53
HSV319°84°91°
CMYK 0.000.840.27   0.09
XYZ41.165321.319839.9757
Yxy21.31980.40180.2081
Hunter Lab46.173478.3361-19.0104
CIE-Lab53.297779.6011-23.7318

#e824aa color RGB value is (232,36,170).

#e824aa hex color red value is 232, green value is 36 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e824aa hue: 0.89 , saturation: 0.81 and the lightness value of e824aa is 0.53.

The process color (four color CMYK) of #e824aa color hex is 0.00, 0.84, 0.27, 0.09. Web safe color of #e824aa is #ff3399. Color #e824aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100100 10101010
Octal 350 44 252
Decimal 232 36 170
Hex E8 24 AA

RGB Percentages of Color #e824aa

%52.97
%8.22
%38.81

CMYK Percentages of Color #e824aa

%0
%84
%27
%9

Triadic Colors of #e824aa

#e824aa #aae824 #24aae8

Analogous Colors of #e824aa

#e824aa #e82448 #c424e8

Monochromatic Colors of #e824aa

#e824aa

Complementary Color

#e824aa #24e862

#e824aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e824aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e824aa Color CSS Codes

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

#e824aa Text Font Color

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

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


#e824aa Background Color

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

This div background color is #e824aa


#e824aa Border Color

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

This div border color is #e824aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e824aa


Comments

No comments written yet.

Please login to write comment.