Color Hex Logo

#81647d Color Hex

#81647D
(129,100,125)
0 Favorites   0 Comments

Color spaces of #81647d

RGB 129100125
HSL0.860.130.45
HSV308°22°51°
CMYK 0.000.220.03   0.49
XYZ17.312115.262121.4355
Yxy15.26210.32050.2826
Hunter Lab39.066710.7340-5.1851
CIE-Lab45.991116.2234-9.4656

#81647d color RGB value is (129,100,125).

#81647d hex color red value is 129, green value is 100 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #81647d hue: 0.86 , saturation: 0.13 and the lightness value of 81647d is 0.45.

The process color (four color CMYK) of #81647d color hex is 0.00, 0.22, 0.03, 0.49. Web safe color of #81647d is #996666. Color #81647d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100100 01111101
Octal 201 144 175
Decimal 129 100 125
Hex 81 64 7D

RGB Percentages of Color #81647d

%36.44
%28.25
%35.31

CMYK Percentages of Color #81647d

%0
%22
%3
%49

Triadic Colors of #81647d

#81647d #7d8164 #647d81

Analogous Colors of #81647d

#81647d #81646f #776481

Monochromatic Colors of #81647d

#81647d

Complementary Color

#81647d #648168

#81647d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81647d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81647d Color CSS Codes

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

#81647d Text Font Color

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

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


#81647d Background Color

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

This div background color is #81647d


#81647d Border Color

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

This div border color is #81647d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,100,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81647d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81647d;
  -webkit-box-shadow: 1px 1px 3px 2px #81647d;
  box-shadow:         1px 1px 3px 2px #81647d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81647d


Comments

No comments written yet.

Please login to write comment.