Color Hex Logo

#e0aefa Color Hex

#E0AEFA
(224,174,250)
0 Favorites   0 Comments

Color spaces of #e0aefa

RGB 224174250
HSL0.780.880.83
HSV279°30°98°
CMYK 0.100.300.00   0.02
XYZ63.131853.021597.3492
Yxy53.02150.29570.2483
Hunter Lab72.815927.3328-28.2951
CIE-Lab77.887731.5662-30.7976

#e0aefa color RGB value is (224,174,250).

#e0aefa hex color red value is 224, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e0aefa hue: 0.78 , saturation: 0.88 and the lightness value of e0aefa is 0.83.

The process color (four color CMYK) of #e0aefa color hex is 0.10, 0.30, 0.00, 0.02. Web safe color of #e0aefa is #cc99ff. Color #e0aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101110 11111010
Octal 340 256 372
Decimal 224 174 250
Hex E0 AE FA

RGB Percentages of Color #e0aefa

%34.57
%26.85
%38.58

CMYK Percentages of Color #e0aefa

%10
%30
%0
%2

Triadic Colors of #e0aefa

#e0aefa #fae0ae #aefae0

Analogous Colors of #e0aefa

#e0aefa #faaeee #baaefa

Monochromatic Colors of #e0aefa

#e0aefa

Complementary Color

#e0aefa #c8faae

#e0aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aefa Color CSS Codes

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

#e0aefa Text Font Color

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

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


#e0aefa Background Color

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

This div background color is #e0aefa


#e0aefa Border Color

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

This div border color is #e0aefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,174,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0aefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0aefa;
  -webkit-box-shadow: 1px 1px 3px 2px #e0aefa;
  box-shadow:         1px 1px 3px 2px #e0aefa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,174,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aefa


Comments

No comments written yet.

Please login to write comment.