Color Hex Logo

#81496b Color Hex

#81496B
(129,73,107)
0 Favorites   0 Comments

Color spaces of #81496b

RGB 12973107
HSL0.900.280.40
HSV324°43°51°
CMYK 0.000.430.17   0.49
XYZ14.089610.493815.1928
Yxy10.49380.35420.2638
Hunter Lab32.394120.9476-5.1310
CIE-Lab38.714528.7822-9.3990

#81496b color RGB value is (129,73,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001001 01101011
Octal 201 111 153
Decimal 129 73 107
Hex 81 49 6B

RGB Percentages of Color #81496b

%41.75
%23.62
%34.63

CMYK Percentages of Color #81496b

%0
%43
%17
%49

Triadic Colors of #81496b

#81496b #6b8149 #496b81

Analogous Colors of #81496b

#81496b #81494f #7b4981

Monochromatic Colors of #81496b

#81496b

Complementary Color

#81496b #49815f

#81496b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81496b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81496b Color CSS Codes

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

#81496b Text Font Color

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

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


#81496b Background Color

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

This div background color is #81496b


#81496b Border Color

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

This div border color is #81496b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81496b


Comments

No comments written yet.

Please login to write comment.