Color Hex Logo

#e1aefb Color Hex

#E1AEFB
(225,174,251)
0 Favorites   0 Comments

Color spaces of #e1aefb

RGB 225174251
HSL0.780.910.83
HSV280°31°98°
CMYK 0.100.310.00   0.02
XYZ63.600053.244798.1920
Yxy53.24470.29580.2476
Hunter Lab72.969027.8855-28.7064
CIE-Lab78.019332.0749-31.1252

#e1aefb color RGB value is (225,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101110 11111011
Octal 341 256 373
Decimal 225 174 251
Hex E1 AE FB

RGB Percentages of Color #e1aefb

%34.62
%26.77
%38.62

CMYK Percentages of Color #e1aefb

%10
%31
%0
%2

Triadic Colors of #e1aefb

#e1aefb #fbe1ae #aefbe1

Analogous Colors of #e1aefb

#e1aefb #fbaeef #bbaefb

Monochromatic Colors of #e1aefb

#e1aefb

Complementary Color

#e1aefb #c8fbae

#e1aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1aefb Color CSS Codes

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

#e1aefb Text Font Color

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

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


#e1aefb Background Color

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

This div background color is #e1aefb


#e1aefb Border Color

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

This div border color is #e1aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1aefb


Comments

No comments written yet.

Please login to write comment.