Color Hex Logo

#813195 Color Hex

#813195
(129,49,149)
0 Favorites   0 Comments

Color spaces of #813195

RGB 12949149
HSL0.800.510.39
HSV288°67°58°
CMYK 0.130.670.00   0.42
XYZ15.57649.033729.3565
Yxy9.03370.28860.1674
Hunter Lab30.056139.9083-36.8706
CIE-Lab36.049149.2694-39.4648

#813195 color RGB value is (129,49,149).

#813195 hex color red value is 129, green value is 49 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #813195 hue: 0.80 , saturation: 0.51 and the lightness value of 813195 is 0.39.

The process color (four color CMYK) of #813195 color hex is 0.13, 0.67, 0.00, 0.42. Web safe color of #813195 is #993399. Color #813195 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110001 10010101
Octal 201 61 225
Decimal 129 49 149
Hex 81 31 95

RGB Percentages of Color #813195

%39.45
%14.98
%45.57

CMYK Percentages of Color #813195

%13
%67
%0
%42

Triadic Colors of #813195

#813195 #958131 #319581

Analogous Colors of #813195

#813195 #953177 #4f3195

Monochromatic Colors of #813195

#813195

Complementary Color

#813195 #459531

#813195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813195 Color CSS Codes

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

#813195 Text Font Color

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

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


#813195 Background Color

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

This div background color is #813195


#813195 Border Color

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

This div border color is #813195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813195


Comments

No comments written yet.

Please login to write comment.