Color Hex Logo

#e2abee Color Hex

#E2ABEE
(226,171,238)
0 Favorites   0 Comments

Color spaces of #e2abee

RGB 226171238
HSL0.800.660.80
HSV289°28°93°
CMYK 0.050.280.00   0.07
XYZ61.359651.467687.5892
Yxy51.46760.30620.2568
Hunter Lab71.740927.1234-22.1691
CIE-Lab76.961431.4379-25.7277

#e2abee color RGB value is (226,171,238).

#e2abee hex color red value is 226, green value is 171 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e2abee hue: 0.80 , saturation: 0.66 and the lightness value of e2abee is 0.80.

The process color (four color CMYK) of #e2abee color hex is 0.05, 0.28, 0.00, 0.07. Web safe color of #e2abee is #cc99ff. Color #e2abee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101011 11101110
Octal 342 253 356
Decimal 226 171 238
Hex E2 AB EE

RGB Percentages of Color #e2abee

%35.59
%26.93
%37.48

CMYK Percentages of Color #e2abee

%5
%28
%0
%7

Triadic Colors of #e2abee

#e2abee #eee2ab #abeee2

Analogous Colors of #e2abee

#e2abee #eeabd9 #c1abee

Monochromatic Colors of #e2abee

#e2abee

Complementary Color

#e2abee #b7eeab

#e2abee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2abee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2abee Color CSS Codes

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

#e2abee Text Font Color

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

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


#e2abee Background Color

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

This div background color is #e2abee


#e2abee Border Color

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

This div border color is #e2abee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2abee


Comments

No comments written yet.

Please login to write comment.