Color Hex Logo

#8076ac Color Hex

#8076AC
(128,118,172)
0 Favorites   0 Comments

Color spaces of #8076ac

RGB 128118172
HSL0.700.250.57
HSV251°31°67°
CMYK 0.260.310.00   0.33
XYZ22.826920.524641.7883
Yxy20.52460.26810.2411
Hunter Lab45.304110.6568-22.9760
CIE-Lab52.425215.8578-27.3687

#8076ac color RGB value is (128,118,172).

#8076ac hex color red value is 128, green value is 118 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8076ac hue: 0.70 , saturation: 0.25 and the lightness value of 8076ac is 0.57.

The process color (four color CMYK) of #8076ac color hex is 0.26, 0.31, 0.00, 0.33. Web safe color of #8076ac is #996699. Color #8076ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110110 10101100
Octal 200 166 254
Decimal 128 118 172
Hex 80 76 AC

RGB Percentages of Color #8076ac

%30.62
%28.23
%41.15

CMYK Percentages of Color #8076ac

%26
%31
%0
%33

Triadic Colors of #8076ac

#8076ac #ac8076 #76ac80

Analogous Colors of #8076ac

#8076ac #9b76ac #7687ac

Monochromatic Colors of #8076ac

#8076ac

Complementary Color

#8076ac #a2ac76

#8076ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8076ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8076ac Color CSS Codes

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

#8076ac Text Font Color

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

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


#8076ac Background Color

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

This div background color is #8076ac


#8076ac Border Color

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

This div border color is #8076ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,118,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 #8076ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8076ac


Comments

No comments written yet.

Please login to write comment.