Color Hex Logo

#817a96 Color Hex

#817A96
(129,122,150)
0 Favorites   0 Comments

Color spaces of #817a96

RGB 129122150
HSL0.710.120.53
HSV255°19°59°
CMYK 0.140.190.00   0.41
XYZ21.517820.788231.7326
Yxy20.78820.29060.2808
Hunter Lab45.59414.4522-9.3488
CIE-Lab52.71698.5420-14.1231

#817a96 color RGB value is (129,122,150).

#817a96 hex color red value is 129, green value is 122 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #817a96 hue: 0.71 , saturation: 0.12 and the lightness value of 817a96 is 0.53.

The process color (four color CMYK) of #817a96 color hex is 0.14, 0.19, 0.00, 0.41. Web safe color of #817a96 is #996699. Color #817a96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111010 10010110
Octal 201 172 226
Decimal 129 122 150
Hex 81 7A 96

RGB Percentages of Color #817a96

%32.17
%30.42
%37.41

CMYK Percentages of Color #817a96

%14
%19
%0
%41

Triadic Colors of #817a96

#817a96 #96817a #7a9681

Analogous Colors of #817a96

#817a96 #8f7a96 #7a8196

Monochromatic Colors of #817a96

#817a96

Complementary Color

#817a96 #8f967a

#817a96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817a96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817a96 Color CSS Codes

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

#817a96 Text Font Color

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

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


#817a96 Background Color

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

This div background color is #817a96


#817a96 Border Color

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

This div border color is #817a96


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,122,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #817a96; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #817a96;
  -webkit-box-shadow: 1px 1px 3px 2px #817a96;
  box-shadow:         1px 1px 3px 2px #817a96; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817a96


Comments

No comments written yet.

Please login to write comment.