Color Hex Logo

#813bbe Color Hex

#813BBE
(129,59,190)
0 Favorites   0 Comments

Color spaces of #813bbe

RGB 12959190
HSL0.760.530.49
HSV272°69°75°
CMYK 0.320.690.00   0.25
XYZ19.911511.512849.8879
Yxy11.51280.24490.1416
Hunter Lab33.930545.3710-63.4225
CIE-Lab40.431153.7184-56.8899

#813bbe color RGB value is (129,59,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111011 10111110
Octal 201 73 276
Decimal 129 59 190
Hex 81 3B BE

RGB Percentages of Color #813bbe

%34.13
%15.61
%50.26

CMYK Percentages of Color #813bbe

%32
%69
%0
%25

Triadic Colors of #813bbe

#813bbe #be813b #3bbe81

Analogous Colors of #813bbe

#813bbe #be3bba #3f3bbe

Monochromatic Colors of #813bbe

#813bbe

Complementary Color

#813bbe #78be3b

#813bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#813bbe Color CSS Codes

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

#813bbe Text Font Color

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

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


#813bbe Background Color

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

This div background color is #813bbe


#813bbe Border Color

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

This div border color is #813bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813bbe


Comments

No comments written yet.

Please login to write comment.