Color Hex Logo

#e1abea Color Hex

#E1ABEA
(225,171,234)
0 Favorites   0 Comments

Color spaces of #e1abea

RGB 225171234
HSL0.810.600.79
HSV291°27°92°
CMYK 0.040.270.00   0.08
XYZ60.465551.073984.5133
Yxy51.07390.30840.2605
Hunter Lab71.466025.9586-20.0882
CIE-Lab76.723830.3530-23.9341

#e1abea color RGB value is (225,171,234).

#e1abea hex color red value is 225, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e1abea hue: 0.81 , saturation: 0.60 and the lightness value of e1abea is 0.79.

The process color (four color CMYK) of #e1abea color hex is 0.04, 0.27, 0.00, 0.08. Web safe color of #e1abea is #cc99ff. Color #e1abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101011 11101010
Octal 341 253 352
Decimal 225 171 234
Hex E1 AB EA

RGB Percentages of Color #e1abea

%35.71
%27.14
%37.14

CMYK Percentages of Color #e1abea

%4
%27
%0
%8

Triadic Colors of #e1abea

#e1abea #eae1ab #abeae1

Analogous Colors of #e1abea

#e1abea #eaabd4 #c2abea

Monochromatic Colors of #e1abea

#e1abea

Complementary Color

#e1abea #b4eaab

#e1abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1abea Color CSS Codes

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

#e1abea Text Font Color

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

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


#e1abea Background Color

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

This div background color is #e1abea


#e1abea Border Color

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

This div border color is #e1abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1abea


Comments

No comments written yet.

Please login to write comment.