Color Hex Logo

#ac8ee0 Color Hex

#AC8EE0
(172,142,224)
0 Favorites   0 Comments

Color spaces of #ac8ee0

RGB 172142224
HSL0.730.570.72
HSV262°37°88°
CMYK 0.230.370.00   0.12
XYZ40.140833.498574.8712
Yxy33.49850.27030.2256
Hunter Lab57.877922.5111-36.1834
CIE-Lab64.562527.8812-37.6276

#ac8ee0 color RGB value is (172,142,224).

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

The process color (four color CMYK) of #ac8ee0 color hex is 0.23, 0.37, 0.00, 0.12. Web safe color of #ac8ee0 is #9999cc. Color #ac8ee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001110 11100000
Octal 254 216 340
Decimal 172 142 224
Hex AC 8E E0

RGB Percentages of Color #ac8ee0

%31.97
%26.39
%41.64

CMYK Percentages of Color #ac8ee0

%23
%37
%0
%12

Triadic Colors of #ac8ee0

#ac8ee0 #e0ac8e #8ee0ac

Analogous Colors of #ac8ee0

#ac8ee0 #d58ee0 #8e99e0

Monochromatic Colors of #ac8ee0

#ac8ee0

Complementary Color

#ac8ee0 #c2e08e

#ac8ee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8ee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8ee0 Color CSS Codes

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

#ac8ee0 Text Font Color

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

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


#ac8ee0 Background Color

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

This div background color is #ac8ee0


#ac8ee0 Border Color

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

This div border color is #ac8ee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8ee0


Comments

No comments written yet.

Please login to write comment.