Color Hex Logo

#81499a Color Hex

#81499A
(129,73,154)
0 Favorites   0 Comments

Color spaces of #81499a

RGB 12973154
HSL0.780.360.45
HSV281°53°60°
CMYK 0.160.530.00   0.40
XYZ17.268511.765331.9326
Yxy11.76530.28320.1930
Hunter Lab34.300629.8391-31.1864
CIE-Lab40.840638.1856-34.8774

#81499a color RGB value is (129,73,154).

#81499a hex color red value is 129, green value is 73 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #81499a hue: 0.78 , saturation: 0.36 and the lightness value of 81499a is 0.45.

The process color (four color CMYK) of #81499a color hex is 0.16, 0.53, 0.00, 0.40. Web safe color of #81499a is #993399. Color #81499a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001001 10011010
Octal 201 111 232
Decimal 129 73 154
Hex 81 49 9A

RGB Percentages of Color #81499a

%36.24
%20.51
%43.26

CMYK Percentages of Color #81499a

%16
%53
%0
%40

Triadic Colors of #81499a

#81499a #9a8149 #499a81

Analogous Colors of #81499a

#81499a #9a498b #59499a

Monochromatic Colors of #81499a

#81499a

Complementary Color

#81499a #629a49

#81499a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81499a Color Preview on White Background

Lorem ipsum dolor sit amet.

#81499a Color CSS Codes

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

#81499a Text Font Color

<p style="color:#81499a">Text here</p>

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


#81499a Background Color

<div style="background-color:#81499a">
Div content here</div>

This div background color is #81499a


#81499a Border Color

<div style="border:3px solid #81499a">
Div here</div>

This div border color is #81499a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81499a


Comments

No comments written yet.

Please login to write comment.