Color Hex Logo

#813cdb Color Hex

#813CDB
(129,60,219)
0 Favorites   0 Comments

Color spaces of #813cdb

RGB 12960219
HSL0.740.690.55
HSV266°73°86°
CMYK 0.410.730.00   0.14
XYZ23.455313.013368.2934
Yxy13.01330.22390.1242
Hunter Lab36.074052.9314-86.9931
CIE-Lab42.783360.2441-69.8492

#813cdb color RGB value is (129,60,219).

#813cdb hex color red value is 129, green value is 60 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #813cdb hue: 0.74 , saturation: 0.69 and the lightness value of 813cdb is 0.55.

The process color (four color CMYK) of #813cdb color hex is 0.41, 0.73, 0.00, 0.14. Web safe color of #813cdb is #9933cc. Color #813cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111100 11011011
Octal 201 74 333
Decimal 129 60 219
Hex 81 3C DB

RGB Percentages of Color #813cdb

%31.62
%14.71
%53.68

CMYK Percentages of Color #813cdb

%41
%73
%0
%14

Triadic Colors of #813cdb

#813cdb #db813c #3cdb81

Analogous Colors of #813cdb

#813cdb #d13cdb #3c46db

Monochromatic Colors of #813cdb

#813cdb

Complementary Color

#813cdb #96db3c

#813cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#813cdb Color CSS Codes

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

#813cdb Text Font Color

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

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


#813cdb Background Color

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

This div background color is #813cdb


#813cdb Border Color

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

This div border color is #813cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813cdb


Comments

No comments written yet.

Please login to write comment.