Color Hex Logo

#817880 Color Hex

#817880
(129,120,128)
0 Favorites   0 Comments

Color spaces of #817880

RGB 129120128
HSL0.850.040.49
HSV307°51°
CMYK 0.000.070.01   0.49
XYZ19.666019.658623.1800
Yxy19.65860.31460.3145
Hunter Lab44.33801.58160.0397
CIE-Lab51.44905.0019-3.1297

#817880 color RGB value is (129,120,128).

#817880 hex color red value is 129, green value is 120 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #817880 hue: 0.85 , saturation: 0.04 and the lightness value of 817880 is 0.49.

The process color (four color CMYK) of #817880 color hex is 0.00, 0.07, 0.01, 0.49. Web safe color of #817880 is #996699. Color #817880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111000 10000000
Octal 201 170 200
Decimal 129 120 128
Hex 81 78 80

RGB Percentages of Color #817880

%34.22
%31.83
%33.95

CMYK Percentages of Color #817880

%0
%7
%1
%49

Triadic Colors of #817880

#817880 #808178 #788081

Analogous Colors of #817880

#817880 #81787c #7e7881

Monochromatic Colors of #817880

#817880

Complementary Color

#817880 #788179

#817880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817880 Color CSS Codes

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

#817880 Text Font Color

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

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


#817880 Background Color

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

This div background color is #817880


#817880 Border Color

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

This div border color is #817880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817880


Comments

No comments written yet.

Please login to write comment.