Color Hex Logo

#81637f Color Hex

#81637F
(129,99,127)
0 Favorites   0 Comments

Color spaces of #81637f

RGB 12999127
HSL0.840.130.45
HSV304°23°51°
CMYK 0.000.230.02   0.49
XYZ17.345915.123122.0835
Yxy15.12310.31800.2772
Hunter Lab38.888411.5639-6.4470
CIE-Lab45.802317.2214-10.9518

#81637f color RGB value is (129,99,127).

#81637f hex color red value is 129, green value is 99 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #81637f hue: 0.84 , saturation: 0.13 and the lightness value of 81637f is 0.45.

The process color (four color CMYK) of #81637f color hex is 0.00, 0.23, 0.02, 0.49. Web safe color of #81637f is #996666. Color #81637f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100011 01111111
Octal 201 143 177
Decimal 129 99 127
Hex 81 63 7F

RGB Percentages of Color #81637f

%36.34
%27.89
%35.77

CMYK Percentages of Color #81637f

%0
%23
%2
%49

Triadic Colors of #81637f

#81637f #7f8163 #637f81

Analogous Colors of #81637f

#81637f #816370 #746381

Monochromatic Colors of #81637f

#81637f

Complementary Color

#81637f #638165

#81637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81637f Color CSS Codes

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

#81637f Text Font Color

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

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


#81637f Background Color

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

This div background color is #81637f


#81637f Border Color

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

This div border color is #81637f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81637f


Comments

No comments written yet.

Please login to write comment.