Color Hex Logo

#8083ab Color Hex

#8083AB
(128,131,171)
0 Favorites   0 Comments

Color spaces of #8083ab

RGB 128131171
HSL0.660.200.59
HSV236°25°67°
CMYK 0.250.230.00   0.33
XYZ24.369123.762141.8302
Yxy23.76210.27090.2641
Hunter Lab48.74643.9288-16.7554
CIE-Lab55.84887.9482-21.5145

#8083ab color RGB value is (128,131,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000011 10101011
Octal 200 203 253
Decimal 128 131 171
Hex 80 83 AB

RGB Percentages of Color #8083ab

%29.77
%30.47
%39.77

CMYK Percentages of Color #8083ab

%25
%23
%0
%33

Triadic Colors of #8083ab

#8083ab #ab8083 #83ab80

Analogous Colors of #8083ab

#8083ab #9380ab #8099ab

Monochromatic Colors of #8083ab

#8083ab

Complementary Color

#8083ab #aba880

#8083ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8083ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8083ab Color CSS Codes

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

#8083ab Text Font Color

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

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


#8083ab Background Color

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

This div background color is #8083ab


#8083ab Border Color

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

This div border color is #8083ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8083ab


Comments

No comments written yet.

Please login to write comment.