Color Hex Logo

#813bac Color Hex

#813BAC
(129,59,172)
0 Favorites   0 Comments

Color spaces of #813bac

RGB 12959172
HSL0.770.490.45
HSV277°66°67°
CMYK 0.250.660.00   0.33
XYZ18.063610.773640.1572
Yxy10.77360.26180.1562
Hunter Lab32.823240.7935-49.5616
CIE-Lab39.196549.5536-48.2607

#813bac color RGB value is (129,59,172).

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

The process color (four color CMYK) of #813bac color hex is 0.25, 0.66, 0.00, 0.33. Web safe color of #813bac is #993399. Color #813bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111011 10101100
Octal 201 73 254
Decimal 129 59 172
Hex 81 3B AC

RGB Percentages of Color #813bac

%35.83
%16.39
%47.78

CMYK Percentages of Color #813bac

%25
%66
%0
%33

Triadic Colors of #813bac

#813bac #ac813b #3bac81

Analogous Colors of #813bac

#813bac #ac3b9f #483bac

Monochromatic Colors of #813bac

#813bac

Complementary Color

#813bac #66ac3b

#813bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#813bac Color CSS Codes

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

#813bac Text Font Color

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

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


#813bac Background Color

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

This div background color is #813bac


#813bac Border Color

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

This div border color is #813bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813bac


Comments

No comments written yet.

Please login to write comment.