Color Hex Logo

#81748a Color Hex

#81748A
(129,116,138)
0 Favorites   0 Comments

Color spaces of #81748a

RGB 129116138
HSL0.770.090.50
HSV275°16°54°
CMYK 0.070.160.00   0.46
XYZ19.886118.992926.6626
Yxy18.99290.30340.2898
Hunter Lab43.58085.1837-5.7668
CIE-Lab50.67899.4205-10.1614

#81748a color RGB value is (129,116,138).

#81748a hex color red value is 129, green value is 116 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #81748a hue: 0.77 , saturation: 0.09 and the lightness value of 81748a is 0.50.

The process color (four color CMYK) of #81748a color hex is 0.07, 0.16, 0.00, 0.46. Web safe color of #81748a is #996699. Color #81748a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110100 10001010
Octal 201 164 212
Decimal 129 116 138
Hex 81 74 8A

RGB Percentages of Color #81748a

%33.68
%30.29
%36.03

CMYK Percentages of Color #81748a

%7
%16
%0
%46

Triadic Colors of #81748a

#81748a #8a8174 #748a81

Analogous Colors of #81748a

#81748a #8a7488 #76748a

Monochromatic Colors of #81748a

#81748a

Complementary Color

#81748a #7d8a74

#81748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#81748a Color CSS Codes

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

#81748a Text Font Color

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

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


#81748a Background Color

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

This div background color is #81748a


#81748a Border Color

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

This div border color is #81748a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81748a


Comments

No comments written yet.

Please login to write comment.