Color Hex Logo

#813bbb Color Hex

#813BBB
(129,59,187)
0 Favorites   0 Comments

Color spaces of #813bbb

RGB 12959187
HSL0.760.520.48
HSV273°68°73°
CMYK 0.310.680.00   0.27
XYZ19.586911.382948.1785
Yxy11.38290.24750.1438
Hunter Lab33.738644.5856-61.0489
CIE-Lab40.218053.0142-55.4757

#813bbb color RGB value is (129,59,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111011 10111011
Octal 201 73 273
Decimal 129 59 187
Hex 81 3B BB

RGB Percentages of Color #813bbb

%34.40
%15.73
%49.87

CMYK Percentages of Color #813bbb

%31
%68
%0
%27

Triadic Colors of #813bbb

#813bbb #bb813b #3bbb81

Analogous Colors of #813bbb

#813bbb #bb3bb5 #413bbb

Monochromatic Colors of #813bbb

#813bbb

Complementary Color

#813bbb #75bb3b

#813bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#813bbb Color CSS Codes

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

#813bbb Text Font Color

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

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


#813bbb Background Color

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

This div background color is #813bbb


#813bbb Border Color

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

This div border color is #813bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813bbb


Comments

No comments written yet.

Please login to write comment.