Color Hex Logo

#817386 Color Hex

#817386
(129,115,134)
0 Favorites   0 Comments

Color spaces of #817386

RGB 129115134
HSL0.790.080.49
HSV284°14°53°
CMYK 0.040.140.00   0.47
XYZ19.487118.649825.1270
Yxy18.64980.30800.2948
Hunter Lab43.18544.9723-4.2675
CIE-Lab50.27499.1630-8.4081

#817386 color RGB value is (129,115,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110011 10000110
Octal 201 163 206
Decimal 129 115 134
Hex 81 73 86

RGB Percentages of Color #817386

%34.13
%30.42
%35.45

CMYK Percentages of Color #817386

%4
%14
%0
%47

Triadic Colors of #817386

#817386 #868173 #738681

Analogous Colors of #817386

#817386 #867382 #787386

Monochromatic Colors of #817386

#817386

Complementary Color

#817386 #788673

#817386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817386 Color CSS Codes

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

#817386 Text Font Color

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

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


#817386 Background Color

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

This div background color is #817386


#817386 Border Color

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

This div border color is #817386


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,115,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 #817386">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817386


Comments

No comments written yet.

Please login to write comment.