Color Hex Logo

#813cbe Color Hex

#813CBE
(129,60,190)
0 Favorites   0 Comments

Color spaces of #813cbe

RGB 12960190
HSL0.760.520.49
HSV272°68°75°
CMYK 0.320.680.00   0.25
XYZ19.963411.616549.9052
Yxy11.61650.24500.1426
Hunter Lab34.083044.9074-62.9559
CIE-Lab40.600053.2481-56.6165

#813cbe color RGB value is (129,60,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111100 10111110
Octal 201 74 276
Decimal 129 60 190
Hex 81 3C BE

RGB Percentages of Color #813cbe

%34.04
%15.83
%50.13

CMYK Percentages of Color #813cbe

%32
%68
%0
%25

Triadic Colors of #813cbe

#813cbe #be813c #3cbe81

Analogous Colors of #813cbe

#813cbe #be3cba #403cbe

Monochromatic Colors of #813cbe

#813cbe

Complementary Color

#813cbe #79be3c

#813cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#813cbe Color CSS Codes

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

#813cbe Text Font Color

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

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


#813cbe Background Color

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

This div background color is #813cbe


#813cbe Border Color

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

This div border color is #813cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,60,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 #813cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813cbe


Comments

No comments written yet.

Please login to write comment.