Color Hex Logo

#e0abe6 Color Hex

#E0ABE6
(224,171,230)
0 Favorites   0 Comments

Color spaces of #e0abe6

RGB 224171230
HSL0.820.540.79
HSV294°26°90°
CMYK 0.030.260.00   0.10
XYZ59.586350.686381.5058
Yxy50.68630.31070.2643
Hunter Lab71.194324.8061-18.0413
CIE-Lab76.488629.2722-22.1328

#e0abe6 color RGB value is (224,171,230).

#e0abe6 hex color red value is 224, green value is 171 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #e0abe6 hue: 0.82 , saturation: 0.54 and the lightness value of e0abe6 is 0.79.

The process color (four color CMYK) of #e0abe6 color hex is 0.03, 0.26, 0.00, 0.10. Web safe color of #e0abe6 is #cc99ff. Color #e0abe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101011 11100110
Octal 340 253 346
Decimal 224 171 230
Hex E0 AB E6

RGB Percentages of Color #e0abe6

%35.84
%27.36
%36.80

CMYK Percentages of Color #e0abe6

%3
%26
%0
%10

Triadic Colors of #e0abe6

#e0abe6 #e6e0ab #abe6e0

Analogous Colors of #e0abe6

#e0abe6 #e6abcf #c3abe6

Monochromatic Colors of #e0abe6

#e0abe6

Complementary Color

#e0abe6 #b1e6ab

#e0abe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0abe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0abe6 Color CSS Codes

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

#e0abe6 Text Font Color

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

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


#e0abe6 Background Color

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

This div background color is #e0abe6


#e0abe6 Border Color

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

This div border color is #e0abe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0abe6


Comments

No comments written yet.

Please login to write comment.