Color Hex Logo

#813596 Color Hex

#813596
(129,53,150)
0 Favorites   0 Comments

Color spaces of #813596

RGB 12953150
HSL0.800.480.40
HSV287°65°59°
CMYK 0.140.650.00   0.41
XYZ15.83149.415329.8371
Yxy9.41530.28740.1709
Hunter Lab30.684438.3983-36.1738
CIE-Lab36.771947.6390-38.9199

#813596 color RGB value is (129,53,150).

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

The process color (four color CMYK) of #813596 color hex is 0.14, 0.65, 0.00, 0.41. Web safe color of #813596 is #993399. Color #813596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110101 10010110
Octal 201 65 226
Decimal 129 53 150
Hex 81 35 96

RGB Percentages of Color #813596

%38.86
%15.96
%45.18

CMYK Percentages of Color #813596

%14
%65
%0
%41

Triadic Colors of #813596

#813596 #968135 #359681

Analogous Colors of #813596

#813596 #96357b #513596

Monochromatic Colors of #813596

#813596

Complementary Color

#813596 #4a9635

#813596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813596 Color CSS Codes

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

#813596 Text Font Color

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

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


#813596 Background Color

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

This div background color is #813596


#813596 Border Color

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

This div border color is #813596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813596


Comments

No comments written yet.

Please login to write comment.