Color Hex Logo

#81738e Color Hex

#81738E
(129,115,142)
0 Favorites   0 Comments

Color spaces of #81738e

RGB 129115142
HSL0.750.110.50
HSV271°19°56°
CMYK 0.090.190.00   0.44
XYZ20.066518.881628.1781
Yxy18.88160.29890.2813
Hunter Lab43.45306.3883-8.0309
CIE-Lab50.548410.8779-12.7135

#81738e color RGB value is (129,115,142).

#81738e hex color red value is 129, green value is 115 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #81738e hue: 0.75 , saturation: 0.11 and the lightness value of 81738e is 0.50.

The process color (four color CMYK) of #81738e color hex is 0.09, 0.19, 0.00, 0.44. Web safe color of #81738e is #996699. Color #81738e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110011 10001110
Octal 201 163 216
Decimal 129 115 142
Hex 81 73 8E

RGB Percentages of Color #81738e

%33.42
%29.79
%36.79

CMYK Percentages of Color #81738e

%9
%19
%0
%44

Triadic Colors of #81738e

#81738e #8e8173 #738e81

Analogous Colors of #81738e

#81738e #8e738e #74738e

Monochromatic Colors of #81738e

#81738e

Complementary Color

#81738e #808e73

#81738e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81738e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81738e Color CSS Codes

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

#81738e Text Font Color

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

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


#81738e Background Color

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

This div background color is #81738e


#81738e Border Color

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

This div border color is #81738e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81738e


Comments

No comments written yet.

Please login to write comment.