Color Hex Logo

#e1aeff Color Hex

#E1AEFF
(225,174,255)
0 Favorites   0 Comments

Color spaces of #e1aeff

RGB 225174255
HSL0.771.000.84
HSV278°32°100°
CMYK 0.120.320.00   0.00
XYZ64.237453.4997101.5485
Yxy53.49970.29290.2440
Hunter Lab73.143528.7644-31.1146
CIE-Lab78.169132.8851-33.0439

#e1aeff color RGB value is (225,174,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101110 11111111
Octal 341 256 377
Decimal 225 174 255
Hex E1 AE FF

RGB Percentages of Color #e1aeff

%34.40
%26.61
%38.99

CMYK Percentages of Color #e1aeff

%12
%32
%0
%0

Triadic Colors of #e1aeff

#e1aeff #ffe1ae #aeffe1

Analogous Colors of #e1aeff

#e1aeff #ffaef5 #b9aeff

Monochromatic Colors of #e1aeff

#e1aeff

Complementary Color

#e1aeff #ccffae

#e1aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1aeff Color CSS Codes

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

#e1aeff Text Font Color

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

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


#e1aeff Background Color

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

This div background color is #e1aeff


#e1aeff Border Color

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

This div border color is #e1aeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1aeff

Related Colors


Comments

No comments written yet.

Please login to write comment.