Color Hex Logo

#e0aceb Color Hex

#E0ACEB
(224,172,235)
0 Favorites   0 Comments

Color spaces of #e0aceb

RGB 224172235
HSL0.800.610.80
HSV290°27°92°
CMYK 0.050.270.00   0.08
XYZ60.488451.350585.3208
Yxy51.35050.30680.2605
Hunter Lab71.659325.2702-20.4319
CIE-Lab76.890829.6871-24.2295

#e0aceb color RGB value is (224,172,235).

#e0aceb hex color red value is 224, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e0aceb hue: 0.80 , saturation: 0.61 and the lightness value of e0aceb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101100 11101011
Octal 340 254 353
Decimal 224 172 235
Hex E0 AC EB

RGB Percentages of Color #e0aceb

%35.50
%27.26
%37.24

CMYK Percentages of Color #e0aceb

%5
%27
%0
%8

Triadic Colors of #e0aceb

#e0aceb #ebe0ac #acebe0

Analogous Colors of #e0aceb

#e0aceb #ebacd7 #c1aceb

Monochromatic Colors of #e0aceb

#e0aceb

Complementary Color

#e0aceb #b7ebac

#e0aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aceb Color CSS Codes

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

#e0aceb Text Font Color

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

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


#e0aceb Background Color

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

This div background color is #e0aceb


#e0aceb Border Color

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

This div border color is #e0aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aceb


Comments

No comments written yet.

Please login to write comment.