Color Hex Logo

#e9aafb Color Hex

#E9AAFB
(233,170,251)
0 Favorites   0 Comments

Color spaces of #e9aafb

RGB 233170251
HSL0.800.910.83
HSV287°32°98°
CMYK 0.070.320.00   0.02
XYZ65.391653.038198.0577
Yxy53.03810.30210.2450
Hunter Lab72.827332.8274-28.8515
CIE-Lab77.897536.6683-31.2470

#e9aafb color RGB value is (233,170,251).

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

The process color (four color CMYK) of #e9aafb color hex is 0.07, 0.32, 0.00, 0.02. Web safe color of #e9aafb is #ff99ff. Color #e9aafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101010 11111011
Octal 351 252 373
Decimal 233 170 251
Hex E9 AA FB

RGB Percentages of Color #e9aafb

%35.63
%25.99
%38.38

CMYK Percentages of Color #e9aafb

%7
%32
%0
%2

Triadic Colors of #e9aafb

#e9aafb #fbe9aa #aafbe9

Analogous Colors of #e9aafb

#e9aafb #fbaae5 #c1aafb

Monochromatic Colors of #e9aafb

#e9aafb

Complementary Color

#e9aafb #bcfbaa

#e9aafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aafb Color CSS Codes

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

#e9aafb Text Font Color

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

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


#e9aafb Background Color

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

This div background color is #e9aafb


#e9aafb Border Color

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

This div border color is #e9aafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aafb


Comments

No comments written yet.

Please login to write comment.