Color Hex Logo

#e9abed Color Hex

#E9ABED
(233,171,237)
0 Favorites   0 Comments

Color spaces of #e9abed

RGB 233171237
HSL0.820.650.80
HSV296°28°93°
CMYK 0.020.280.00   0.07
XYZ63.453252.563986.9223
Yxy52.56390.31270.2590
Hunter Lab72.501029.3474-20.3328
CIE-Lab77.616833.4728-24.1244

#e9abed color RGB value is (233,171,237).

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

The process color (four color CMYK) of #e9abed color hex is 0.02, 0.28, 0.00, 0.07. Web safe color of #e9abed is #ff99ff. Color #e9abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101011 11101101
Octal 351 253 355
Decimal 233 171 237
Hex E9 AB ED

RGB Percentages of Color #e9abed

%36.35
%26.68
%36.97

CMYK Percentages of Color #e9abed

%2
%28
%0
%7

Triadic Colors of #e9abed

#e9abed #ede9ab #abede9

Analogous Colors of #e9abed

#e9abed #edabd0 #c8abed

Monochromatic Colors of #e9abed

#e9abed

Complementary Color

#e9abed #afedab

#e9abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9abed Color CSS Codes

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

#e9abed Text Font Color

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

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


#e9abed Background Color

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

This div background color is #e9abed


#e9abed Border Color

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

This div border color is #e9abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9abed


Comments

No comments written yet.

Please login to write comment.