Color Hex Logo

#81497b Color Hex

#81497B
(129,73,123)
0 Favorites   0 Comments

Color spaces of #81497b

RGB 12973123
HSL0.850.280.40
HSV306°43°51°
CMYK 0.000.430.05   0.49
XYZ15.011010.862320.0444
Yxy10.86230.32690.2366
Hunter Lab32.958023.6228-12.9884
CIE-Lab39.347631.7003-18.3466

#81497b color RGB value is (129,73,123).

#81497b hex color red value is 129, green value is 73 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #81497b hue: 0.85 , saturation: 0.28 and the lightness value of 81497b is 0.40.

The process color (four color CMYK) of #81497b color hex is 0.00, 0.43, 0.05, 0.49. Web safe color of #81497b is #993366. Color #81497b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001001 01111011
Octal 201 111 173
Decimal 129 73 123
Hex 81 49 7B

RGB Percentages of Color #81497b

%39.69
%22.46
%37.85

CMYK Percentages of Color #81497b

%0
%43
%5
%49

Triadic Colors of #81497b

#81497b #7b8149 #497b81

Analogous Colors of #81497b

#81497b #81495f #6b4981

Monochromatic Colors of #81497b

#81497b

Complementary Color

#81497b #49814f

#81497b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81497b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81497b Color CSS Codes

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

#81497b Text Font Color

<p style="color:#81497b">Text here</p>

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


#81497b Background Color

<div style="background-color:#81497b">
Div content here</div>

This div background color is #81497b


#81497b Border Color

<div style="border:3px solid #81497b">
Div here</div>

This div border color is #81497b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,73,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81497b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81497b;
  -webkit-box-shadow: 1px 1px 3px 2px #81497b;
  box-shadow:         1px 1px 3px 2px #81497b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81497b


Comments

No comments written yet.

Please login to write comment.