Color Hex Logo

#e0abff Color Hex

#E0ABFF
(224,171,255)
0 Favorites   0 Comments

Color spaces of #e0abff

RGB 224171255
HSL0.771.000.84
HSV278°33°100°
CMYK 0.120.330.00   0.00
XYZ63.353452.1931101.3429
Yxy52.19310.29210.2406
Hunter Lab72.244830.1031-32.5989
CIE-Lab77.396234.1947-34.2446

#e0abff color RGB value is (224,171,255).

#e0abff hex color red value is 224, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e0abff hue: 0.77 , saturation: 1.00 and the lightness value of e0abff is 0.84.

The process color (four color CMYK) of #e0abff color hex is 0.12, 0.33, 0.00, 0.00. Web safe color of #e0abff is #cc99ff. Color #e0abff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101011 11111111
Octal 340 253 377
Decimal 224 171 255
Hex E0 AB FF

RGB Percentages of Color #e0abff

%34.46
%26.31
%39.23

CMYK Percentages of Color #e0abff

%12
%33
%0
%0

Triadic Colors of #e0abff

#e0abff #ffe0ab #abffe0

Analogous Colors of #e0abff

#e0abff #ffabf4 #b6abff

Monochromatic Colors of #e0abff

#e0abff

Complementary Color

#e0abff #caffab

#e0abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0abff Color CSS Codes

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

#e0abff Text Font Color

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

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


#e0abff Background Color

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

This div background color is #e0abff


#e0abff Border Color

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

This div border color is #e0abff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,171,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0abff


Comments

No comments written yet.

Please login to write comment.