Color Hex Logo

#813ca1 Color Hex

#813CA1
(129,60,161)
0 Favorites   0 Comments

Color spaces of #813ca1

RGB 12960161
HSL0.780.460.43
HSV281°63°63°
CMYK 0.200.630.00   0.37
XYZ17.102110.472134.8381
Yxy10.47210.27400.1678
Hunter Lab32.360637.7035-41.1767
CIE-Lab38.676746.6002-42.5220

#813ca1 color RGB value is (129,60,161).

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

The process color (four color CMYK) of #813ca1 color hex is 0.20, 0.63, 0.00, 0.37. Web safe color of #813ca1 is #993399. Color #813ca1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111100 10100001
Octal 201 74 241
Decimal 129 60 161
Hex 81 3C A1

RGB Percentages of Color #813ca1

%36.86
%17.14
%46.00

CMYK Percentages of Color #813ca1

%20
%63
%0
%37

Triadic Colors of #813ca1

#813ca1 #a1813c #3ca181

Analogous Colors of #813ca1

#813ca1 #a13c8f #4f3ca1

Monochromatic Colors of #813ca1

#813ca1

Complementary Color

#813ca1 #5ca13c

#813ca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813ca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813ca1 Color CSS Codes

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

#813ca1 Text Font Color

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

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


#813ca1 Background Color

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

This div background color is #813ca1


#813ca1 Border Color

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

This div border color is #813ca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813ca1


Comments

No comments written yet.

Please login to write comment.