Color Hex Logo

#ac8cea Color Hex

#AC8CEA
(172,140,234)
0 Favorites   0 Comments

Color spaces of #ac8cea

RGB 172140234
HSL0.720.690.73
HSV260°40°92°
CMYK 0.260.400.00   0.08
XYZ41.242633.467382.1280
Yxy33.46730.26300.2134
Hunter Lab57.850926.0156-43.6753
CIE-Lab64.537531.3904-43.1991

#ac8cea color RGB value is (172,140,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001100 11101010
Octal 254 214 352
Decimal 172 140 234
Hex AC 8C EA

RGB Percentages of Color #ac8cea

%31.50
%25.64
%42.86

CMYK Percentages of Color #ac8cea

%26
%40
%0
%8

Triadic Colors of #ac8cea

#ac8cea #eaac8c #8ceaac

Analogous Colors of #ac8cea

#ac8cea #db8cea #8c9bea

Monochromatic Colors of #ac8cea

#ac8cea

Complementary Color

#ac8cea #caea8c

#ac8cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8cea Color CSS Codes

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

#ac8cea Text Font Color

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

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


#ac8cea Background Color

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

This div background color is #ac8cea


#ac8cea Border Color

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

This div border color is #ac8cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8cea


Comments

No comments written yet.

Please login to write comment.