Color Hex Logo

#e5aafb Color Hex

#E5AAFB
(229,170,251)
0 Favorites   0 Comments

Color spaces of #e5aafb

RGB 229170251
HSL0.790.910.83
HSV284°32°98°
CMYK 0.090.320.00   0.02
XYZ64.100452.372597.9972
Yxy52.37250.29890.2442
Hunter Lab72.368831.4601-29.6285
CIE-Lab77.503035.4439-31.8874

#e5aafb color RGB value is (229,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101010 11111011
Octal 345 252 373
Decimal 229 170 251
Hex E5 AA FB

RGB Percentages of Color #e5aafb

%35.23
%26.15
%38.62

CMYK Percentages of Color #e5aafb

%9
%32
%0
%2

Triadic Colors of #e5aafb

#e5aafb #fbe5aa #aafbe5

Analogous Colors of #e5aafb

#e5aafb #fbaae9 #bdaafb

Monochromatic Colors of #e5aafb

#e5aafb

Complementary Color

#e5aafb #c0fbaa

#e5aafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aafb Color CSS Codes

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

#e5aafb Text Font Color

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

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


#e5aafb Background Color

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

This div background color is #e5aafb


#e5aafb Border Color

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

This div border color is #e5aafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aafb


Comments

No comments written yet.

Please login to write comment.