Color Hex Logo

#813baa Color Hex

#813BAA
(129,59,170)
0 Favorites   0 Comments

Color spaces of #813baa

RGB 12959170
HSL0.770.480.45
HSV278°65°67°
CMYK 0.240.650.00   0.33
XYZ17.872910.697339.1530
Yxy10.69730.26390.1580
Hunter Lab32.706740.3062-48.0809
CIE-Lab39.065949.1014-47.2802

#813baa color RGB value is (129,59,170).

#813baa hex color red value is 129, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #813baa hue: 0.77 , saturation: 0.48 and the lightness value of 813baa is 0.45.

The process color (four color CMYK) of #813baa color hex is 0.24, 0.65, 0.00, 0.33. Web safe color of #813baa is #993399. Color #813baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111011 10101010
Octal 201 73 252
Decimal 129 59 170
Hex 81 3B AA

RGB Percentages of Color #813baa

%36.03
%16.48
%47.49

CMYK Percentages of Color #813baa

%24
%65
%0
%33

Triadic Colors of #813baa

#813baa #aa813b #3baa81

Analogous Colors of #813baa

#813baa #aa3b9c #493baa

Monochromatic Colors of #813baa

#813baa

Complementary Color

#813baa #64aa3b

#813baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#813baa Color CSS Codes

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

#813baa Text Font Color

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

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


#813baa Background Color

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

This div background color is #813baa


#813baa Border Color

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

This div border color is #813baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813baa


Comments

No comments written yet.

Please login to write comment.