Color Hex Logo

#e2aaef Color Hex

#E2AAEF
(226,170,239)
0 Favorites   0 Comments

Color spaces of #e2aaef

RGB 226170239
HSL0.800.680.80
HSV289°29°94°
CMYK 0.050.290.00   0.06
XYZ61.318751.150288.3025
Yxy51.15020.30540.2548
Hunter Lab71.519427.8820-23.1398
CIE-Lab76.769932.1673-26.5614

#e2aaef color RGB value is (226,170,239).

#e2aaef hex color red value is 226, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e2aaef hue: 0.80 , saturation: 0.68 and the lightness value of e2aaef is 0.80.

The process color (four color CMYK) of #e2aaef color hex is 0.05, 0.29, 0.00, 0.06. Web safe color of #e2aaef is #cc99ff. Color #e2aaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101010 11101111
Octal 342 252 357
Decimal 226 170 239
Hex E2 AA EF

RGB Percentages of Color #e2aaef

%35.59
%26.77
%37.64

CMYK Percentages of Color #e2aaef

%5
%29
%0
%6

Triadic Colors of #e2aaef

#e2aaef #efe2aa #aaefe2

Analogous Colors of #e2aaef

#e2aaef #efaada #c0aaef

Monochromatic Colors of #e2aaef

#e2aaef

Complementary Color

#e2aaef #b7efaa

#e2aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2aaef Color CSS Codes

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

#e2aaef Text Font Color

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

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


#e2aaef Background Color

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

This div background color is #e2aaef


#e2aaef Border Color

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

This div border color is #e2aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2aaef


Comments

No comments written yet.

Please login to write comment.