Color Hex Logo

#ac8eea Color Hex

#AC8EEA
(172,142,234)
0 Favorites   0 Comments

Color spaces of #ac8eea

RGB 172142234
HSL0.720.690.74
HSV260°39°92°
CMYK 0.260.390.00   0.08
XYZ41.537534.057282.2263
Yxy34.05720.26320.2158
Hunter Lab58.358524.9224-42.6877
CIE-Lab65.007930.2627-42.4606

#ac8eea color RGB value is (172,142,234).

#ac8eea hex color red value is 172, green value is 142 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ac8eea hue: 0.72 , saturation: 0.69 and the lightness value of ac8eea is 0.74.

The process color (four color CMYK) of #ac8eea color hex is 0.26, 0.39, 0.00, 0.08. Web safe color of #ac8eea is #9999ff. Color #ac8eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001110 11101010
Octal 254 216 352
Decimal 172 142 234
Hex AC 8E EA

RGB Percentages of Color #ac8eea

%31.39
%25.91
%42.70

CMYK Percentages of Color #ac8eea

%26
%39
%0
%8

Triadic Colors of #ac8eea

#ac8eea #eaac8e #8eeaac

Analogous Colors of #ac8eea

#ac8eea #da8eea #8e9eea

Monochromatic Colors of #ac8eea

#ac8eea

Complementary Color

#ac8eea #ccea8e

#ac8eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8eea Color CSS Codes

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

#ac8eea Text Font Color

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

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


#ac8eea Background Color

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

This div background color is #ac8eea


#ac8eea Border Color

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

This div border color is #ac8eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8eea


Comments

No comments written yet.

Please login to write comment.