Color Hex Logo

#81519e Color Hex

#81519E
(129,81,158)
0 Favorites   0 Comments

Color spaces of #81519e

RGB 12981158
HSL0.770.320.47
HSV277°49°62°
CMYK 0.180.490.00   0.38
XYZ18.167213.020633.9035
Yxy13.02060.27910.2000
Hunter Lab36.084126.7220-30.4482
CIE-Lab42.794334.5946-34.1885

#81519e color RGB value is (129,81,158).

#81519e hex color red value is 129, green value is 81 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #81519e hue: 0.77 , saturation: 0.32 and the lightness value of 81519e is 0.47.

The process color (four color CMYK) of #81519e color hex is 0.18, 0.49, 0.00, 0.38. Web safe color of #81519e is #996699. Color #81519e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010001 10011110
Octal 201 121 236
Decimal 129 81 158
Hex 81 51 9E

RGB Percentages of Color #81519e

%35.05
%22.01
%42.93

CMYK Percentages of Color #81519e

%18
%49
%0
%38

Triadic Colors of #81519e

#81519e #9e8151 #519e81

Analogous Colors of #81519e

#81519e #9e5195 #5b519e

Monochromatic Colors of #81519e

#81519e

Complementary Color

#81519e #6e9e51

#81519e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81519e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81519e Color CSS Codes

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

#81519e Text Font Color

<p style="color:#81519e">Text here</p>

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


#81519e Background Color

<div style="background-color:#81519e">
Div content here</div>

This div background color is #81519e


#81519e Border Color

<div style="border:3px solid #81519e">
Div here</div>

This div border color is #81519e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,81,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81519e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81519e;
  -webkit-box-shadow: 1px 1px 3px 2px #81519e;
  box-shadow:         1px 1px 3px 2px #81519e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81519e


Comments

No comments written yet.

Please login to write comment.