Color Hex Logo

#e3aaea Color Hex

#E3AAEA
(227,170,234)
0 Favorites   0 Comments

Color spaces of #e3aaea

RGB 227170234
HSL0.820.600.79
HSV293°27°92°
CMYK 0.030.270.00   0.08
XYZ60.904651.020984.4799
Yxy51.02090.31010.2598
Hunter Lab71.428927.1993-20.1228
CIE-Lab76.691731.5298-23.9652

#e3aaea color RGB value is (227,170,234).

#e3aaea hex color red value is 227, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e3aaea hue: 0.82 , saturation: 0.60 and the lightness value of e3aaea is 0.79.

The process color (four color CMYK) of #e3aaea color hex is 0.03, 0.27, 0.00, 0.08. Web safe color of #e3aaea is #cc99ff. Color #e3aaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101010 11101010
Octal 343 252 352
Decimal 227 170 234
Hex E3 AA EA

RGB Percentages of Color #e3aaea

%35.97
%26.94
%37.08

CMYK Percentages of Color #e3aaea

%3
%27
%0
%8

Triadic Colors of #e3aaea

#e3aaea #eae3aa #aaeae3

Analogous Colors of #e3aaea

#e3aaea #eaaad1 #c3aaea

Monochromatic Colors of #e3aaea

#e3aaea

Complementary Color

#e3aaea #b1eaaa

#e3aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3aaea Color CSS Codes

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

#e3aaea Text Font Color

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

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


#e3aaea Background Color

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

This div background color is #e3aaea


#e3aaea Border Color

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

This div border color is #e3aaea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,170,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3aaea


Comments

No comments written yet.

Please login to write comment.