Color Hex Logo

#816387 Color Hex

#816387
(129,99,135)
0 Favorites   0 Comments

Color spaces of #816387

RGB 12999135
HSL0.810.150.46
HSV290°27°53°
CMYK 0.040.270.00   0.47
XYZ17.888315.340124.9398
Yxy15.34010.30750.2637
Hunter Lab39.166412.9842-10.3373
CIE-Lab46.096518.8792-15.3068

#816387 color RGB value is (129,99,135).

#816387 hex color red value is 129, green value is 99 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #816387 hue: 0.81 , saturation: 0.15 and the lightness value of 816387 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100011 10000111
Octal 201 143 207
Decimal 129 99 135
Hex 81 63 87

RGB Percentages of Color #816387

%35.54
%27.27
%37.19

CMYK Percentages of Color #816387

%4
%27
%0
%47

Triadic Colors of #816387

#816387 #878163 #638781

Analogous Colors of #816387

#816387 #87637b #6f6387

Monochromatic Colors of #816387

#816387

Complementary Color

#816387 #698763

#816387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816387 Color CSS Codes

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

#816387 Text Font Color

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

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


#816387 Background Color

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

This div background color is #816387


#816387 Border Color

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

This div border color is #816387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816387


Comments

No comments written yet.

Please login to write comment.