Color Hex Logo

#8076ad Color Hex

#8076AD
(128,118,173)
0 Favorites   0 Comments

Color spaces of #8076ad

RGB 128118173
HSL0.700.250.57
HSV251°32°68°
CMYK 0.260.320.00   0.32
XYZ22.923320.563242.2961
Yxy20.56320.26720.2397
Hunter Lab45.346710.8773-23.5588
CIE-Lab52.468116.1100-27.8812

#8076ad color RGB value is (128,118,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110110 10101101
Octal 200 166 255
Decimal 128 118 173
Hex 80 76 AD

RGB Percentages of Color #8076ad

%30.55
%28.16
%41.29

CMYK Percentages of Color #8076ad

%26
%32
%0
%32

Triadic Colors of #8076ad

#8076ad #ad8076 #76ad80

Analogous Colors of #8076ad

#8076ad #9c76ad #7688ad

Monochromatic Colors of #8076ad

#8076ad

Complementary Color

#8076ad #a3ad76

#8076ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8076ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8076ad Color CSS Codes

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

#8076ad Text Font Color

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

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


#8076ad Background Color

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

This div background color is #8076ad


#8076ad Border Color

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

This div border color is #8076ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8076ad


Comments

No comments written yet.

Please login to write comment.