Color Hex Logo

#813cad Color Hex

#813CAD
(129,60,173)
0 Favorites   0 Comments

Color spaces of #813cad

RGB 12960173
HSL0.770.480.46
HSV277°65°68°
CMYK 0.250.650.00   0.32
XYZ18.211910.916040.6823
Yxy10.91600.26090.1564
Hunter Lab33.039440.5735-49.8779
CIE-Lab39.438649.2946-48.4657

#813cad color RGB value is (129,60,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111100 10101101
Octal 201 74 255
Decimal 129 60 173
Hex 81 3C AD

RGB Percentages of Color #813cad

%35.64
%16.57
%47.79

CMYK Percentages of Color #813cad

%25
%65
%0
%32

Triadic Colors of #813cad

#813cad #ad813c #3cad81

Analogous Colors of #813cad

#813cad #ad3ca1 #493cad

Monochromatic Colors of #813cad

#813cad

Complementary Color

#813cad #68ad3c

#813cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#813cad Color CSS Codes

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

#813cad Text Font Color

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

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


#813cad Background Color

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

This div background color is #813cad


#813cad Border Color

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

This div border color is #813cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813cad


Comments

No comments written yet.

Please login to write comment.