Color Hex Logo

#e1abed Color Hex

#E1ABED
(225,171,237)
0 Favorites   0 Comments

Color spaces of #e1abed

RGB 225171237
HSL0.800.650.80
HSV289°28°93°
CMYK 0.050.280.00   0.07
XYZ60.900351.247886.8028
Yxy51.24780.30610.2576
Hunter Lab71.587626.5736-21.7802
CIE-Lab76.828930.9282-25.3978

#e1abed color RGB value is (225,171,237).

#e1abed hex color red value is 225, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e1abed hue: 0.80 , saturation: 0.65 and the lightness value of e1abed is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101011 11101101
Octal 341 253 355
Decimal 225 171 237
Hex E1 AB ED

RGB Percentages of Color #e1abed

%35.55
%27.01
%37.44

CMYK Percentages of Color #e1abed

%5
%28
%0
%7

Triadic Colors of #e1abed

#e1abed #ede1ab #abede1

Analogous Colors of #e1abed

#e1abed #edabd8 #c0abed

Monochromatic Colors of #e1abed

#e1abed

Complementary Color

#e1abed #b7edab

#e1abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1abed Color CSS Codes

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

#e1abed Text Font Color

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

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


#e1abed Background Color

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

This div background color is #e1abed


#e1abed Border Color

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

This div border color is #e1abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1abed


Comments

No comments written yet.

Please login to write comment.