Color Hex Logo

#e6aceb Color Hex

#E6ACEB
(230,172,235)
0 Favorites   0 Comments

Color spaces of #e6aceb

RGB 230172235
HSL0.820.610.80
HSV295°27°92°
CMYK 0.020.270.00   0.08
XYZ62.381052.326285.4094
Yxy52.32620.31170.2615
Hunter Lab72.336927.3432-19.3690
CIE-Lab77.475531.6066-23.2853

#e6aceb color RGB value is (230,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101100 11101011
Octal 346 254 353
Decimal 230 172 235
Hex E6 AC EB

RGB Percentages of Color #e6aceb

%36.11
%27.00
%36.89

CMYK Percentages of Color #e6aceb

%2
%27
%0
%8

Triadic Colors of #e6aceb

#e6aceb #ebe6ac #acebe6

Analogous Colors of #e6aceb

#e6aceb #ebacd1 #c7aceb

Monochromatic Colors of #e6aceb

#e6aceb

Complementary Color

#e6aceb #b1ebac

#e6aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aceb Color CSS Codes

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

#e6aceb Text Font Color

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

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


#e6aceb Background Color

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

This div background color is #e6aceb


#e6aceb Border Color

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

This div border color is #e6aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aceb


Comments

No comments written yet.

Please login to write comment.