Color Hex Logo

#8015ac Color Hex

#8015AC
(128,21,172)
0 Favorites   0 Comments

Color spaces of #8015ac

RGB 12821172
HSL0.780.780.38
HSV283°88°67°
CMYK 0.260.880.00   0.33
XYZ16.61668.104139.7182
Yxy8.10410.25790.1258
Hunter Lab28.467754.3720-62.7941
CIE-Lab34.198863.2051-56.3529

#8015ac color RGB value is (128,21,172).

#8015ac hex color red value is 128, green value is 21 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8015ac hue: 0.78 , saturation: 0.78 and the lightness value of 8015ac is 0.38.

The process color (four color CMYK) of #8015ac color hex is 0.26, 0.88, 0.00, 0.33. Web safe color of #8015ac is #990099. Color #8015ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010101 10101100
Octal 200 25 254
Decimal 128 21 172
Hex 80 15 AC

RGB Percentages of Color #8015ac

%39.88
%6.54
%53.58

CMYK Percentages of Color #8015ac

%26
%88
%0
%33

Triadic Colors of #8015ac

#8015ac #ac8015 #15ac80

Analogous Colors of #8015ac

#8015ac #ac158d #3415ac

Monochromatic Colors of #8015ac

#8015ac

Complementary Color

#8015ac #41ac15

#8015ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8015ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8015ac Color CSS Codes

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

#8015ac Text Font Color

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

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


#8015ac Background Color

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

This div background color is #8015ac


#8015ac Border Color

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

This div border color is #8015ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,21,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8015ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8015ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8015ac;
  box-shadow:         1px 1px 3px 2px #8015ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8015ac


Comments

No comments written yet.

Please login to write comment.