Color Hex Logo

#81739d Color Hex

#81739D
(129,115,157)
0 Favorites   0 Comments

Color spaces of #81739d

RGB 129115157
HSL0.720.180.53
HSV260°27°62°
CMYK 0.180.270.00   0.38
XYZ21.269819.362934.5147
Yxy19.36290.28300.2577
Hunter Lab44.00339.2755-15.7028
CIE-Lab51.109114.2969-20.6623

#81739d color RGB value is (129,115,157).

#81739d hex color red value is 129, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #81739d hue: 0.72 , saturation: 0.18 and the lightness value of 81739d is 0.53.

The process color (four color CMYK) of #81739d color hex is 0.18, 0.27, 0.00, 0.38. Web safe color of #81739d is #996699. Color #81739d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110011 10011101
Octal 201 163 235
Decimal 129 115 157
Hex 81 73 9D

RGB Percentages of Color #81739d

%32.17
%28.68
%39.15

CMYK Percentages of Color #81739d

%18
%27
%0
%38

Triadic Colors of #81739d

#81739d #9d8173 #739d81

Analogous Colors of #81739d

#81739d #96739d #737a9d

Monochromatic Colors of #81739d

#81739d

Complementary Color

#81739d #8f9d73

#81739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81739d Color CSS Codes

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

#81739d Text Font Color

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

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


#81739d Background Color

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

This div background color is #81739d


#81739d Border Color

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

This div border color is #81739d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81739d


Comments

No comments written yet.

Please login to write comment.