Color Hex Logo

#81678e Color Hex

#81678E
(129,103,142)
0 Favorites   0 Comments

Color spaces of #81678e

RGB 129103142
HSL0.780.160.48
HSV280°27°56°
CMYK 0.090.270.00   0.44
XYZ18.786016.320627.7512
Yxy16.32060.29890.2596
Hunter Lab40.398812.3072-12.4491
CIE-Lab47.392318.0090-17.5081

#81678e color RGB value is (129,103,142).

#81678e hex color red value is 129, green value is 103 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #81678e hue: 0.78 , saturation: 0.16 and the lightness value of 81678e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100111 10001110
Octal 201 147 216
Decimal 129 103 142
Hex 81 67 8E

RGB Percentages of Color #81678e

%34.49
%27.54
%37.97

CMYK Percentages of Color #81678e

%9
%27
%0
%44

Triadic Colors of #81678e

#81678e #8e8167 #678e81

Analogous Colors of #81678e

#81678e #8e6788 #6e678e

Monochromatic Colors of #81678e

#81678e

Complementary Color

#81678e #748e67

#81678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81678e Color CSS Codes

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

#81678e Text Font Color

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

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


#81678e Background Color

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

This div background color is #81678e


#81678e Border Color

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

This div border color is #81678e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,103,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 #81678e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81678e


Comments

No comments written yet.

Please login to write comment.