Color Hex Logo

#813aac Color Hex

#813AAC
(129,58,172)
0 Favorites   0 Comments

Color spaces of #813aac

RGB 12958172
HSL0.770.500.45
HSV277°66°67°
CMYK 0.250.660.00   0.33
XYZ18.012710.671840.1402
Yxy10.67180.26170.1551
Hunter Lab32.667741.2549-49.9847
CIE-Lab39.022150.0351-48.5411

#813aac color RGB value is (129,58,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111010 10101100
Octal 201 72 254
Decimal 129 58 172
Hex 81 3A AC

RGB Percentages of Color #813aac

%35.93
%16.16
%47.91

CMYK Percentages of Color #813aac

%25
%66
%0
%33

Triadic Colors of #813aac

#813aac #ac813a #3aac81

Analogous Colors of #813aac

#813aac #ac3a9e #483aac

Monochromatic Colors of #813aac

#813aac

Complementary Color

#813aac #65ac3a

#813aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#813aac Color CSS Codes

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

#813aac Text Font Color

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

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


#813aac Background Color

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

This div background color is #813aac


#813aac Border Color

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

This div border color is #813aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,58,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 #813aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813aac


Comments

No comments written yet.

Please login to write comment.