Color Hex Logo

#e4acee Color Hex

#E4ACEE
(228,172,238)
0 Favorites   0 Comments

Color spaces of #e4acee

RGB 228172238
HSL0.810.660.80
HSV291°28°93°
CMYK 0.040.280.00   0.07
XYZ62.180052.172187.6819
Yxy52.17210.30780.2582
Hunter Lab72.230327.2602-21.4123
CIE-Lab77.383631.5354-25.0653

#e4acee color RGB value is (228,172,238).

#e4acee hex color red value is 228, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e4acee hue: 0.81 , saturation: 0.66 and the lightness value of e4acee is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101100 11101110
Octal 344 254 356
Decimal 228 172 238
Hex E4 AC EE

RGB Percentages of Color #e4acee

%35.74
%26.96
%37.30

CMYK Percentages of Color #e4acee

%4
%28
%0
%7

Triadic Colors of #e4acee

#e4acee #eee4ac #aceee4

Analogous Colors of #e4acee

#e4acee #eeacd7 #c3acee

Monochromatic Colors of #e4acee

#e4acee

Complementary Color

#e4acee #b6eeac

#e4acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4acee Color CSS Codes

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

#e4acee Text Font Color

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

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


#e4acee Background Color

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

This div background color is #e4acee


#e4acee Border Color

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

This div border color is #e4acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4acee


Comments

No comments written yet.

Please login to write comment.