Color Hex Logo

#e5aefb Color Hex

#E5AEFB
(229,174,251)
0 Favorites   0 Comments

Color spaces of #e5aefb

RGB 229174251
HSL0.790.910.83
HSV283°31°98°
CMYK 0.090.310.00   0.02
XYZ64.861753.895298.2510
Yxy53.89520.29890.2484
Hunter Lab73.413429.2338-27.9600
CIE-Lab78.400633.3042-30.5064

#e5aefb color RGB value is (229,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101110 11111011
Octal 345 256 373
Decimal 229 174 251
Hex E5 AE FB

RGB Percentages of Color #e5aefb

%35.02
%26.61
%38.38

CMYK Percentages of Color #e5aefb

%9
%31
%0
%2

Triadic Colors of #e5aefb

#e5aefb #fbe5ae #aefbe5

Analogous Colors of #e5aefb

#e5aefb #fbaeeb #bfaefb

Monochromatic Colors of #e5aefb

#e5aefb

Complementary Color

#e5aefb #c4fbae

#e5aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aefb Color CSS Codes

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

#e5aefb Text Font Color

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

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


#e5aefb Background Color

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

This div background color is #e5aefb


#e5aefb Border Color

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

This div border color is #e5aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aefb


Comments

No comments written yet.

Please login to write comment.