Color Hex Logo

#817191 Color Hex

#817191
(129,113,145)
0 Favorites   0 Comments

Color spaces of #817191

RGB 129113145
HSL0.750.130.51
HSV270°22°57°
CMYK 0.110.220.00   0.43
XYZ20.069218.521729.3053
Yxy18.52170.29560.2728
Hunter Lab43.03687.9247-10.2469
CIE-Lab50.122912.7254-15.1245

#817191 color RGB value is (129,113,145).

#817191 hex color red value is 129, green value is 113 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #817191 hue: 0.75 , saturation: 0.13 and the lightness value of 817191 is 0.51.

The process color (four color CMYK) of #817191 color hex is 0.11, 0.22, 0.00, 0.43. Web safe color of #817191 is #996699. Color #817191 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110001 10010001
Octal 201 161 221
Decimal 129 113 145
Hex 81 71 91

RGB Percentages of Color #817191

%33.33
%29.20
%37.47

CMYK Percentages of Color #817191

%11
%22
%0
%43

Triadic Colors of #817191

#817191 #918171 #719181

Analogous Colors of #817191

#817191 #917191 #717191

Monochromatic Colors of #817191

#817191

Complementary Color

#817191 #819171

#817191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817191 Color CSS Codes

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

#817191 Text Font Color

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

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


#817191 Background Color

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

This div background color is #817191


#817191 Border Color

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

This div border color is #817191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817191


Comments

No comments written yet.

Please login to write comment.