Color Hex Logo

#e0abec Color Hex

#E0ABEC
(224,171,236)
0 Favorites   0 Comments

Color spaces of #e0abec

RGB 224171236
HSL0.800.630.80
HSV289°28°93°
CMYK 0.050.280.00   0.07
XYZ60.443751.029286.0208
Yxy51.02920.30610.2584
Hunter Lab71.434726.0250-21.3920
CIE-Lab76.696730.4180-25.0671

#e0abec color RGB value is (224,171,236).

#e0abec hex color red value is 224, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e0abec hue: 0.80 , saturation: 0.63 and the lightness value of e0abec is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101011 11101100
Octal 340 253 354
Decimal 224 171 236
Hex E0 AB EC

RGB Percentages of Color #e0abec

%35.50
%27.10
%37.40

CMYK Percentages of Color #e0abec

%5
%28
%0
%7

Triadic Colors of #e0abec

#e0abec #ece0ab #abece0

Analogous Colors of #e0abec

#e0abec #ecabd8 #c0abec

Monochromatic Colors of #e0abec

#e0abec

Complementary Color

#e0abec #b7ecab

#e0abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0abec Color CSS Codes

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

#e0abec Text Font Color

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

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


#e0abec Background Color

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

This div background color is #e0abec


#e0abec Border Color

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

This div border color is #e0abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0abec


Comments

No comments written yet.

Please login to write comment.