Color Hex Logo

#e883aa Color Hex

#E883AA
(232,131,170)
0 Favorites   0 Comments

Color spaces of #e883aa

RGB 232131170
HSL0.940.690.71
HSV337°44°91°
CMYK 0.000.440.27   0.09
XYZ48.650736.290742.4708
Yxy36.29070.38180.2848
Hunter Lab60.241838.73190.3694
CIE-Lab66.741443.3192-3.4726

#e883aa color RGB value is (232,131,170).

#e883aa hex color red value is 232, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e883aa hue: 0.94 , saturation: 0.69 and the lightness value of e883aa is 0.71.

The process color (four color CMYK) of #e883aa color hex is 0.00, 0.44, 0.27, 0.09. Web safe color of #e883aa is #ff9999. Color #e883aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000011 10101010
Octal 350 203 252
Decimal 232 131 170
Hex E8 83 AA

RGB Percentages of Color #e883aa

%43.53
%24.58
%31.89

CMYK Percentages of Color #e883aa

%0
%44
%27
%9

Triadic Colors of #e883aa

#e883aa #aae883 #83aae8

Analogous Colors of #e883aa

#e883aa #e88f83 #e883dd

Monochromatic Colors of #e883aa

#e883aa

Complementary Color

#e883aa #83e8c1

#e883aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e883aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e883aa Color CSS Codes

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

#e883aa Text Font Color

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

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


#e883aa Background Color

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

This div background color is #e883aa


#e883aa Border Color

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

This div border color is #e883aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e883aa


Comments

No comments written yet.

Please login to write comment.