Color Hex Logo

#e2abff Color Hex

#E2ABFF
(226,171,255)
0 Favorites   0 Comments

Color spaces of #e2abff

RGB 226171255
HSL0.781.000.84
HSV279°33°100°
CMYK 0.110.330.00   0.00
XYZ63.976952.5146101.3721
Yxy52.51460.29370.2410
Hunter Lab72.467030.7702-32.2123
CIE-Lab77.587534.7979-33.9334

#e2abff color RGB value is (226,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101011 11111111
Octal 342 253 377
Decimal 226 171 255
Hex E2 AB FF

RGB Percentages of Color #e2abff

%34.66
%26.23
%39.11

CMYK Percentages of Color #e2abff

%11
%33
%0
%0

Triadic Colors of #e2abff

#e2abff #ffe2ab #abffe2

Analogous Colors of #e2abff

#e2abff #ffabf2 #b8abff

Monochromatic Colors of #e2abff

#e2abff

Complementary Color

#e2abff #c8ffab

#e2abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2abff Color CSS Codes

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

#e2abff Text Font Color

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

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


#e2abff Background Color

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

This div background color is #e2abff


#e2abff Border Color

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

This div border color is #e2abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2abff

#e2abff Color Palettes


Comments

No comments written yet.

Please login to write comment.