Color Hex Logo

#817486 Color Hex

#817486
(129,116,134)
0 Favorites   0 Comments

Color spaces of #817486

RGB 129116134
HSL0.790.070.49
HSV283°13°53°
CMYK 0.040.130.00   0.47
XYZ19.601718.879125.1652
Yxy18.87910.30800.2966
Hunter Lab43.45014.4893-3.9242
CIE-Lab50.54558.5738-8.0038

#817486 color RGB value is (129,116,134).

#817486 hex color red value is 129, green value is 116 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #817486 hue: 0.79 , saturation: 0.07 and the lightness value of 817486 is 0.49.

The process color (four color CMYK) of #817486 color hex is 0.04, 0.13, 0.00, 0.47. Web safe color of #817486 is #996699. Color #817486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110100 10000110
Octal 201 164 206
Decimal 129 116 134
Hex 81 74 86

RGB Percentages of Color #817486

%34.04
%30.61
%35.36

CMYK Percentages of Color #817486

%4
%13
%0
%47

Triadic Colors of #817486

#817486 #868174 #748681

Analogous Colors of #817486

#817486 #867482 #787486

Monochromatic Colors of #817486

#817486

Complementary Color

#817486 #798674

#817486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817486 Color CSS Codes

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

#817486 Text Font Color

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

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


#817486 Background Color

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

This div background color is #817486


#817486 Border Color

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

This div border color is #817486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817486


Comments

No comments written yet.

Please login to write comment.