Color Hex Logo

#813dac Color Hex

#813DAC
(129,61,172)
0 Favorites   0 Comments

Color spaces of #813dac

RGB 12961172
HSL0.770.480.46
HSV277°65°67°
CMYK 0.250.650.00   0.33
XYZ18.168410.983240.1921
Yxy10.98320.26200.1584
Hunter Lab33.140939.8601-48.7061
CIE-Lab39.552248.5755-47.6890

#813dac color RGB value is (129,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111101 10101100
Octal 201 75 254
Decimal 129 61 172
Hex 81 3D AC

RGB Percentages of Color #813dac

%35.64
%16.85
%47.51

CMYK Percentages of Color #813dac

%25
%65
%0
%33

Triadic Colors of #813dac

#813dac #ac813d #3dac81

Analogous Colors of #813dac

#813dac #ac3da0 #4a3dac

Monochromatic Colors of #813dac

#813dac

Complementary Color

#813dac #68ac3d

#813dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#813dac Color CSS Codes

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

#813dac Text Font Color

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

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


#813dac Background Color

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

This div background color is #813dac


#813dac Border Color

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

This div border color is #813dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813dac


Comments

No comments written yet.

Please login to write comment.