Color Hex Logo

#81749d Color Hex

#81749D
(129,116,157)
0 Favorites   0 Comments

Color spaces of #81749d

RGB 129116157
HSL0.720.170.54
HSV259°26°62°
CMYK 0.180.260.00   0.38
XYZ21.384519.592234.5529
Yxy19.59220.28310.2594
Hunter Lab44.26318.7770-15.2991
CIE-Lab51.373013.7043-20.2576

#81749d color RGB value is (129,116,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110100 10011101
Octal 201 164 235
Decimal 129 116 157
Hex 81 74 9D

RGB Percentages of Color #81749d

%32.09
%28.86
%39.05

CMYK Percentages of Color #81749d

%18
%26
%0
%38

Triadic Colors of #81749d

#81749d #9d8174 #749d81

Analogous Colors of #81749d

#81749d #96749d #747c9d

Monochromatic Colors of #81749d

#81749d

Complementary Color

#81749d #909d74

#81749d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81749d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81749d Color CSS Codes

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

#81749d Text Font Color

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

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


#81749d Background Color

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

This div background color is #81749d


#81749d Border Color

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

This div border color is #81749d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81749d


Comments

No comments written yet.

Please login to write comment.