Color Hex Logo

#8083aa Color Hex

#8083AA
(128,131,170)
0 Favorites   0 Comments

Color spaces of #8083aa

RGB 128131170
HSL0.650.200.58
HSV236°25°67°
CMYK 0.250.230.00   0.33
XYZ24.274123.724141.3300
Yxy23.72410.27170.2656
Hunter Lab48.70743.7204-16.2146
CIE-Lab55.81057.7001-20.9988

#8083aa color RGB value is (128,131,170).

#8083aa hex color red value is 128, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8083aa hue: 0.65 , saturation: 0.20 and the lightness value of 8083aa is 0.58.

The process color (four color CMYK) of #8083aa color hex is 0.25, 0.23, 0.00, 0.33. Web safe color of #8083aa is #999999. Color #8083aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000011 10101010
Octal 200 203 252
Decimal 128 131 170
Hex 80 83 AA

RGB Percentages of Color #8083aa

%29.84
%30.54
%39.63

CMYK Percentages of Color #8083aa

%25
%23
%0
%33

Triadic Colors of #8083aa

#8083aa #aa8083 #83aa80

Analogous Colors of #8083aa

#8083aa #9280aa #8098aa

Monochromatic Colors of #8083aa

#8083aa

Complementary Color

#8083aa #aaa780

#8083aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8083aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8083aa Color CSS Codes

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

#8083aa Text Font Color

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

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


#8083aa Background Color

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

This div background color is #8083aa


#8083aa Border Color

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

This div border color is #8083aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8083aa


Comments

No comments written yet.

Please login to write comment.