Color Hex Logo

#813aba Color Hex

#813ABA
(129,58,186)
0 Favorites   0 Comments

Color spaces of #813aba

RGB 12958186
HSL0.760.520.48
HSV273°69°73°
CMYK 0.310.690.00   0.27
XYZ19.429211.238447.5996
Yxy11.23840.24820.1436
Hunter Lab33.523744.7860-60.7180
CIE-Lab39.979153.2492-55.2747

#813aba color RGB value is (129,58,186).

#813aba hex color red value is 129, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #813aba hue: 0.76 , saturation: 0.52 and the lightness value of 813aba is 0.48.

The process color (four color CMYK) of #813aba color hex is 0.31, 0.69, 0.00, 0.27. Web safe color of #813aba is #9933cc. Color #813aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111010 10111010
Octal 201 72 272
Decimal 129 58 186
Hex 81 3A BA

RGB Percentages of Color #813aba

%34.58
%15.55
%49.87

CMYK Percentages of Color #813aba

%31
%69
%0
%27

Triadic Colors of #813aba

#813aba #ba813a #3aba81

Analogous Colors of #813aba

#813aba #ba3ab3 #413aba

Monochromatic Colors of #813aba

#813aba

Complementary Color

#813aba #73ba3a

#813aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#813aba Color CSS Codes

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

#813aba Text Font Color

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

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


#813aba Background Color

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

This div background color is #813aba


#813aba Border Color

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

This div border color is #813aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,58,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #813aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #813aba;
  -webkit-box-shadow: 1px 1px 3px 2px #813aba;
  box-shadow:         1px 1px 3px 2px #813aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813aba


Comments

No comments written yet.

Please login to write comment.