Color Hex Logo

#8071aa Color Hex

#8071AA
(128,113,170)
0 Favorites   0 Comments

Color spaces of #8071aa

RGB 128113170
HSL0.710.250.55
HSV256°34°67°
CMYK 0.250.340.00   0.33
XYZ22.062919.301740.5930
Yxy19.30170.26920.2355
Hunter Lab43.933712.7563-24.0280
CIE-Lab51.038318.3291-28.3607

#8071aa color RGB value is (128,113,170).

#8071aa hex color red value is 128, green value is 113 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8071aa hue: 0.71 , saturation: 0.25 and the lightness value of 8071aa is 0.55.

The process color (four color CMYK) of #8071aa color hex is 0.25, 0.34, 0.00, 0.33. Web safe color of #8071aa is #996699. Color #8071aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110001 10101010
Octal 200 161 252
Decimal 128 113 170
Hex 80 71 AA

RGB Percentages of Color #8071aa

%31.14
%27.49
%41.36

CMYK Percentages of Color #8071aa

%25
%34
%0
%33

Triadic Colors of #8071aa

#8071aa #aa8071 #71aa80

Analogous Colors of #8071aa

#8071aa #9d71aa #717faa

Monochromatic Colors of #8071aa

#8071aa

Complementary Color

#8071aa #9baa71

#8071aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8071aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8071aa Color CSS Codes

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

#8071aa Text Font Color

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

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


#8071aa Background Color

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

This div background color is #8071aa


#8071aa Border Color

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

This div border color is #8071aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,113,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8071aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8071aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8071aa;
  box-shadow:         1px 1px 3px 2px #8071aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8071aa


Comments

No comments written yet.

Please login to write comment.