Color Hex Logo

#ac8aff Color Hex

#AC8AFF
(172,138,255)
0 Favorites   0 Comments

Color spaces of #ac8aff

RGB 172138255
HSL0.721.000.77
HSV257°46°100°
CMYK 0.330.460.00   0.00
XYZ44.151734.167698.8757
Yxy34.16760.24920.1928
Hunter Lab58.453132.5346-59.3743
CIE-Lab65.095437.6845-53.8552

#ac8aff color RGB value is (172,138,255).

#ac8aff hex color red value is 172, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ac8aff hue: 0.72 , saturation: 1.00 and the lightness value of ac8aff is 0.77.

The process color (four color CMYK) of #ac8aff color hex is 0.33, 0.46, 0.00, 0.00. Web safe color of #ac8aff is #9999ff. Color #ac8aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001010 11111111
Octal 254 212 377
Decimal 172 138 255
Hex AC 8A FF

RGB Percentages of Color #ac8aff

%30.44
%24.42
%45.13

CMYK Percentages of Color #ac8aff

%33
%46
%0
%0

Triadic Colors of #ac8aff

#ac8aff #ffac8a #8affac

Analogous Colors of #ac8aff

#ac8aff #e78aff #8aa3ff

Monochromatic Colors of #ac8aff

#ac8aff

Complementary Color

#ac8aff #ddff8a

#ac8aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8aff Color CSS Codes

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

#ac8aff Text Font Color

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

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


#ac8aff Background Color

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

This div background color is #ac8aff


#ac8aff Border Color

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

This div border color is #ac8aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8aff


Comments

No comments written yet.

Please login to write comment.