Color Hex Logo

#e7aceb Color Hex

#E7ACEB
(231,172,235)
0 Favorites   0 Comments

Color spaces of #e7aceb

RGB 231172235
HSL0.820.610.80
HSV296°27°92°
CMYK 0.020.270.00   0.08
XYZ62.702952.492185.4245
Yxy52.49210.31250.2617
Hunter Lab72.451427.6923-19.1904
CIE-Lab77.574231.9274-23.1260

#e7aceb color RGB value is (231,172,235).

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

The process color (four color CMYK) of #e7aceb color hex is 0.02, 0.27, 0.00, 0.08. Web safe color of #e7aceb is #ff99ff. Color #e7aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101100 11101011
Octal 347 254 353
Decimal 231 172 235
Hex E7 AC EB

RGB Percentages of Color #e7aceb

%36.21
%26.96
%36.83

CMYK Percentages of Color #e7aceb

%2
%27
%0
%8

Triadic Colors of #e7aceb

#e7aceb #ebe7ac #acebe7

Analogous Colors of #e7aceb

#e7aceb #ebacd0 #c8aceb

Monochromatic Colors of #e7aceb

#e7aceb

Complementary Color

#e7aceb #b0ebac

#e7aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7aceb Color CSS Codes

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

#e7aceb Text Font Color

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

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


#e7aceb Background Color

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

This div background color is #e7aceb


#e7aceb Border Color

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

This div border color is #e7aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7aceb


Comments

No comments written yet.

Please login to write comment.