Color Hex Logo

#81688d Color Hex

#81688D
(129,104,141)
0 Favorites   0 Comments

Color spaces of #81688d

RGB 129104141
HSL0.780.150.48
HSV281°26°55°
CMYK 0.090.260.00   0.45
XYZ18.811316.490827.3909
Yxy16.49080.30010.2630
Hunter Lab40.608911.6213-11.5652
CIE-Lab47.611917.1932-16.5783

#81688d color RGB value is (129,104,141).

#81688d hex color red value is 129, green value is 104 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #81688d hue: 0.78 , saturation: 0.15 and the lightness value of 81688d is 0.48.

The process color (four color CMYK) of #81688d color hex is 0.09, 0.26, 0.00, 0.45. Web safe color of #81688d is #996699. Color #81688d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101000 10001101
Octal 201 150 215
Decimal 129 104 141
Hex 81 68 8D

RGB Percentages of Color #81688d

%34.49
%27.81
%37.70

CMYK Percentages of Color #81688d

%9
%26
%0
%45

Triadic Colors of #81688d

#81688d #8d8168 #688d81

Analogous Colors of #81688d

#81688d #8d6887 #6f688d

Monochromatic Colors of #81688d

#81688d

Complementary Color

#81688d #748d68

#81688d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81688d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81688d Color CSS Codes

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

#81688d Text Font Color

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

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


#81688d Background Color

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

This div background color is #81688d


#81688d Border Color

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

This div border color is #81688d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81688d


Comments

No comments written yet.

Please login to write comment.