Color Hex Logo

#813cac Color Hex

#813CAC
(129,60,172)
0 Favorites   0 Comments

Color spaces of #813cac

RGB 12960172
HSL0.770.480.45
HSV277°65°67°
CMYK 0.250.650.00   0.33
XYZ18.115510.877440.1745
Yxy10.87740.26190.1573
Hunter Lab32.980940.3285-49.1353
CIE-Lab39.373249.0671-47.9766

#813cac color RGB value is (129,60,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111100 10101100
Octal 201 74 254
Decimal 129 60 172
Hex 81 3C AC

RGB Percentages of Color #813cac

%35.73
%16.62
%47.65

CMYK Percentages of Color #813cac

%25
%65
%0
%33

Triadic Colors of #813cac

#813cac #ac813c #3cac81

Analogous Colors of #813cac

#813cac #ac3c9f #493cac

Monochromatic Colors of #813cac

#813cac

Complementary Color

#813cac #67ac3c

#813cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#813cac Color CSS Codes

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

#813cac Text Font Color

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

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


#813cac Background Color

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

This div background color is #813cac


#813cac Border Color

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

This div border color is #813cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813cac


Comments

No comments written yet.

Please login to write comment.