Color Hex Logo

#813cbd Color Hex

#813CBD
(129,60,189)
0 Favorites   0 Comments

Color spaces of #813cbd

RGB 12960189
HSL0.760.520.49
HSV272°68°74°
CMYK 0.320.680.00   0.26
XYZ19.854411.573049.3315
Yxy11.57300.24580.1433
Hunter Lab34.019144.6436-62.1637
CIE-Lab40.529353.0111-56.1453

#813cbd color RGB value is (129,60,189).

#813cbd hex color red value is 129, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #813cbd hue: 0.76 , saturation: 0.52 and the lightness value of 813cbd is 0.49.

The process color (four color CMYK) of #813cbd color hex is 0.32, 0.68, 0.00, 0.26. Web safe color of #813cbd is #9933cc. Color #813cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111100 10111101
Octal 201 74 275
Decimal 129 60 189
Hex 81 3C BD

RGB Percentages of Color #813cbd

%34.13
%15.87
%50.00

CMYK Percentages of Color #813cbd

%32
%68
%0
%26

Triadic Colors of #813cbd

#813cbd #bd813c #3cbd81

Analogous Colors of #813cbd

#813cbd #bd3cb9 #413cbd

Monochromatic Colors of #813cbd

#813cbd

Complementary Color

#813cbd #78bd3c

#813cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#813cbd Color CSS Codes

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

#813cbd Text Font Color

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

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


#813cbd Background Color

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

This div background color is #813cbd


#813cbd Border Color

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

This div border color is #813cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813cbd


Comments

No comments written yet.

Please login to write comment.