Color Hex Logo

#817097 Color Hex

#817097
(129,112,151)
0 Favorites   0 Comments

Color spaces of #817097

RGB 129112151
HSL0.740.160.52
HSV266°26°59°
CMYK 0.150.260.00   0.41
XYZ20.433318.489831.7701
Yxy18.48980.28900.2615
Hunter Lab42.99989.5728-13.7062
CIE-Lab50.084914.6789-18.7133

#817097 color RGB value is (129,112,151).

#817097 hex color red value is 129, green value is 112 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #817097 hue: 0.74 , saturation: 0.16 and the lightness value of 817097 is 0.52.

The process color (four color CMYK) of #817097 color hex is 0.15, 0.26, 0.00, 0.41. Web safe color of #817097 is #996699. Color #817097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110000 10010111
Octal 201 160 227
Decimal 129 112 151
Hex 81 70 97

RGB Percentages of Color #817097

%32.91
%28.57
%38.52

CMYK Percentages of Color #817097

%15
%26
%0
%41

Triadic Colors of #817097

#817097 #978170 #709781

Analogous Colors of #817097

#817097 #957097 #707397

Monochromatic Colors of #817097

#817097

Complementary Color

#817097 #869770

#817097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817097 Color CSS Codes

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

#817097 Text Font Color

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

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


#817097 Background Color

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

This div background color is #817097


#817097 Border Color

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

This div border color is #817097


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,112,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #817097; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #817097;
  -webkit-box-shadow: 1px 1px 3px 2px #817097;
  box-shadow:         1px 1px 3px 2px #817097; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,112,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817097


Comments

No comments written yet.

Please login to write comment.