Color Hex Logo

#813cab Color Hex

#813CAB
(129,60,171)
0 Favorites   0 Comments

Color spaces of #813cab

RGB 12960171
HSL0.770.480.45
HSV277°65°67°
CMYK 0.250.650.00   0.33
XYZ18.019810.839139.6705
Yxy10.83910.26290.1582
Hunter Lab32.922840.0844-48.3959
CIE-Lab39.308148.8399-47.4864

#813cab color RGB value is (129,60,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111100 10101011
Octal 201 74 253
Decimal 129 60 171
Hex 81 3C AB

RGB Percentages of Color #813cab

%35.83
%16.67
%47.50

CMYK Percentages of Color #813cab

%25
%65
%0
%33

Triadic Colors of #813cab

#813cab #ab813c #3cab81

Analogous Colors of #813cab

#813cab #ab3c9e #493cab

Monochromatic Colors of #813cab

#813cab

Complementary Color

#813cab #66ab3c

#813cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#813cab Color CSS Codes

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

#813cab Text Font Color

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

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


#813cab Background Color

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

This div background color is #813cab


#813cab Border Color

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

This div border color is #813cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813cab


Comments

No comments written yet.

Please login to write comment.