Color Hex Logo

#e0aefb Color Hex

#E0AEFB
(224,174,251)
0 Favorites   0 Comments

Color spaces of #e0aefb

RGB 224174251
HSL0.770.910.83
HSV279°31°98°
CMYK 0.110.310.00   0.02
XYZ63.289153.084498.1774
Yxy53.08440.29500.2474
Hunter Lab72.859027.5509-28.8918
CIE-Lab77.924831.7682-31.2785

#e0aefb color RGB value is (224,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101110 11111011
Octal 340 256 373
Decimal 224 174 251
Hex E0 AE FB

RGB Percentages of Color #e0aefb

%34.51
%26.81
%38.67

CMYK Percentages of Color #e0aefb

%11
%31
%0
%2

Triadic Colors of #e0aefb

#e0aefb #fbe0ae #aefbe0

Analogous Colors of #e0aefb

#e0aefb #fbaef0 #baaefb

Monochromatic Colors of #e0aefb

#e0aefb

Complementary Color

#e0aefb #c9fbae

#e0aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aefb Color CSS Codes

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

#e0aefb Text Font Color

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

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


#e0aefb Background Color

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

This div background color is #e0aefb


#e0aefb Border Color

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

This div border color is #e0aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aefb


Comments

No comments written yet.

Please login to write comment.