Color Hex Logo

#813497 Color Hex

#813497
(129,52,151)
0 Favorites   0 Comments

Color spaces of #813497

RGB 12952151
HSL0.800.490.40
HSV287°66°59°
CMYK 0.150.660.00   0.41
XYZ15.86729.357530.2480
Yxy9.35750.28600.1687
Hunter Lab30.590039.0563-37.2140
CIE-Lab36.663748.3126-39.7000

#813497 color RGB value is (129,52,151).

#813497 hex color red value is 129, green value is 52 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #813497 hue: 0.80 , saturation: 0.49 and the lightness value of 813497 is 0.40.

The process color (four color CMYK) of #813497 color hex is 0.15, 0.66, 0.00, 0.41. Web safe color of #813497 is #993399. Color #813497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110100 10010111
Octal 201 64 227
Decimal 129 52 151
Hex 81 34 97

RGB Percentages of Color #813497

%38.86
%15.66
%45.48

CMYK Percentages of Color #813497

%15
%66
%0
%41

Triadic Colors of #813497

#813497 #978134 #349781

Analogous Colors of #813497

#813497 #97347c #503497

Monochromatic Colors of #813497

#813497

Complementary Color

#813497 #4a9734

#813497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813497 Color CSS Codes

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

#813497 Text Font Color

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

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


#813497 Background Color

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

This div background color is #813497


#813497 Border Color

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

This div border color is #813497


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,52,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #813497; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #813497;
  -webkit-box-shadow: 1px 1px 3px 2px #813497;
  box-shadow:         1px 1px 3px 2px #813497; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813497


Comments

No comments written yet.

Please login to write comment.