Color Hex Logo

#e0aeff Color Hex

#E0AEFF
(224,174,255)
2 Favorites   0 Comments

Color spaces of #e0aeff

RGB 224174255
HSL0.771.000.84
HSV277°32°100°
CMYK 0.120.320.00   0.00
XYZ63.926553.3394101.5340
Yxy53.33940.29220.2438
Hunter Lab73.033828.4318-31.3032
CIE-Lab78.075032.5819-33.1970

#e0aeff color RGB value is (224,174,255).

#e0aeff hex color red value is 224, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e0aeff hue: 0.77 , saturation: 1.00 and the lightness value of e0aeff is 0.84.

The process color (four color CMYK) of #e0aeff color hex is 0.12, 0.32, 0.00, 0.00. Web safe color of #e0aeff is #cc99ff. Color #e0aeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101110 11111111
Octal 340 256 377
Decimal 224 174 255
Hex E0 AE FF

RGB Percentages of Color #e0aeff

%34.30
%26.65
%39.05

CMYK Percentages of Color #e0aeff

%12
%32
%0
%0

Triadic Colors of #e0aeff

#e0aeff #ffe0ae #aeffe0

Analogous Colors of #e0aeff

#e0aeff #ffaef6 #b8aeff

Monochromatic Colors of #e0aeff

#e0aeff

Complementary Color

#e0aeff #cdffae

#e0aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aeff Color CSS Codes

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

#e0aeff Text Font Color

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

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


#e0aeff Background Color

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

This div background color is #e0aeff


#e0aeff Border Color

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

This div border color is #e0aeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aeff

Related Colors


Comments

No comments written yet.

Please login to write comment.