Color Hex Logo

#8397af Color Hex

#8397AF
(131,151,175)
0 Favorites   0 Comments

Color spaces of #8397af

RGB 131151175
HSL0.590.220.60
HSV213°25°69°
CMYK 0.250.140.00   0.31
XYZ28.164530.053744.8739
Yxy30.05370.27320.2915
Hunter Lab54.8213-4.2326-10.1569
CIE-Lab61.7005-1.5732-14.8695

#8397af color RGB value is (131,151,175).

#8397af hex color red value is 131, green value is 151 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8397af hue: 0.59 , saturation: 0.22 and the lightness value of 8397af is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010111 10101111
Octal 203 227 257
Decimal 131 151 175
Hex 83 97 AF

RGB Percentages of Color #8397af

%28.67
%33.04
%38.29

CMYK Percentages of Color #8397af

%25
%14
%0
%31

Triadic Colors of #8397af

#8397af #af8397 #97af83

Analogous Colors of #8397af

#8397af #8583af #83adaf

Monochromatic Colors of #8397af

#8397af

Complementary Color

#8397af #af9b83

#8397af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8397af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8397af Color CSS Codes

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

#8397af Text Font Color

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

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


#8397af Background Color

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

This div background color is #8397af


#8397af Border Color

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

This div border color is #8397af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8397af


Comments

No comments written yet.

Please login to write comment.