Color Hex Logo

#e842aa Color Hex

#E842AA
(232,66,170)
0 Favorites   0 Comments

Color spaces of #e842aa

RGB 23266170
HSL0.900.780.58
HSV322°72°91°
CMYK 0.000.720.27   0.09
XYZ42.482623.954540.4148
Yxy23.95450.39760.2242
Hunter Lab48.943369.2864-14.6982
CIE-Lab56.042271.7644-19.5224

#e842aa color RGB value is (232,66,170).

#e842aa hex color red value is 232, green value is 66 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e842aa hue: 0.90 , saturation: 0.78 and the lightness value of e842aa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000010 10101010
Octal 350 102 252
Decimal 232 66 170
Hex E8 42 AA

RGB Percentages of Color #e842aa

%49.57
%14.10
%36.32

CMYK Percentages of Color #e842aa

%0
%72
%27
%9

Triadic Colors of #e842aa

#e842aa #aae842 #42aae8

Analogous Colors of #e842aa

#e842aa #e84257 #d342e8

Monochromatic Colors of #e842aa

#e842aa

Complementary Color

#e842aa #42e880

#e842aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e842aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e842aa Color CSS Codes

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

#e842aa Text Font Color

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

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


#e842aa Background Color

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

This div background color is #e842aa


#e842aa Border Color

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

This div border color is #e842aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e842aa


Comments

No comments written yet.

Please login to write comment.