Color Hex Logo

#8096af Color Hex

#8096AF
(128,150,175)
0 Favorites   0 Comments

Color spaces of #8096af

RGB 128150175
HSL0.590.230.59
HSV212°27°69°
CMYK 0.270.140.00   0.31
XYZ27.546329.497044.7991
Yxy29.49700.27050.2896
Hunter Lab54.3111-4.5103-10.8882
CIE-Lab61.2178-1.9493-15.6191

#8096af color RGB value is (128,150,175).

#8096af hex color red value is 128, green value is 150 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8096af hue: 0.59 , saturation: 0.23 and the lightness value of 8096af is 0.59.

The process color (four color CMYK) of #8096af color hex is 0.27, 0.14, 0.00, 0.31. Web safe color of #8096af is #999999. Color #8096af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010110 10101111
Octal 200 226 257
Decimal 128 150 175
Hex 80 96 AF

RGB Percentages of Color #8096af

%28.26
%33.11
%38.63

CMYK Percentages of Color #8096af

%27
%14
%0
%31

Triadic Colors of #8096af

#8096af #af8096 #96af80

Analogous Colors of #8096af

#8096af #8280af #80aeaf

Monochromatic Colors of #8096af

#8096af

Complementary Color

#8096af #af9980

#8096af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8096af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8096af Color CSS Codes

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

#8096af Text Font Color

<p style="color:#8096af">Text here</p>

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


#8096af Background Color

<div style="background-color:#8096af">
Div content here</div>

This div background color is #8096af


#8096af Border Color

<div style="border:3px solid #8096af">
Div here</div>

This div border color is #8096af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,150,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8096af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8096af;
  -webkit-box-shadow: 1px 1px 3px 2px #8096af;
  box-shadow:         1px 1px 3px 2px #8096af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8096af


Comments

No comments written yet.

Please login to write comment.