Color Hex Logo

#e2aceb Color Hex

#E2ACEB
(226,172,235)
0 Favorites   0 Comments

Color spaces of #e2aceb

RGB 226172235
HSL0.810.610.80
HSV291°27°92°
CMYK 0.040.270.00   0.08
XYZ61.112051.672085.3500
Yxy51.67200.30840.2608
Hunter Lab71.883225.9573-20.0792
CIE-Lab77.084330.3262-23.9170

#e2aceb color RGB value is (226,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101100 11101011
Octal 342 254 353
Decimal 226 172 235
Hex E2 AC EB

RGB Percentages of Color #e2aceb

%35.70
%27.17
%37.12

CMYK Percentages of Color #e2aceb

%4
%27
%0
%8

Triadic Colors of #e2aceb

#e2aceb #ebe2ac #acebe2

Analogous Colors of #e2aceb

#e2aceb #ebacd5 #c3aceb

Monochromatic Colors of #e2aceb

#e2aceb

Complementary Color

#e2aceb #b5ebac

#e2aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2aceb Color CSS Codes

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

#e2aceb Text Font Color

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

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


#e2aceb Background Color

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

This div background color is #e2aceb


#e2aceb Border Color

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

This div border color is #e2aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2aceb


Comments

No comments written yet.

Please login to write comment.