Color Hex Logo

#813bff Color Hex

#813BFF
(129,59,255)
0 Favorites   0 Comments

Color spaces of #813bff

RGB 12959255
HSL0.731.000.62
HSV261°77°100°
CMYK 0.490.770.00   0.00
XYZ28.667215.015195.9950
Yxy15.01510.20520.1075
Hunter Lab38.749364.2451-119.7566
CIE-Lab45.654969.5607-85.4739

#813bff color RGB value is (129,59,255).

#813bff hex color red value is 129, green value is 59 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #813bff hue: 0.73 , saturation: 1.00 and the lightness value of 813bff is 0.62.

The process color (four color CMYK) of #813bff color hex is 0.49, 0.77, 0.00, 0.00. Web safe color of #813bff is #9933ff. Color #813bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111011 11111111
Octal 201 73 377
Decimal 129 59 255
Hex 81 3B FF

RGB Percentages of Color #813bff

%29.12
%13.32
%57.56

CMYK Percentages of Color #813bff

%49
%77
%0
%0

Triadic Colors of #813bff

#813bff #ff813b #3bff81

Analogous Colors of #813bff

#813bff #e33bff #3b57ff

Monochromatic Colors of #813bff

#813bff

Complementary Color

#813bff #b9ff3b

#813bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#813bff Color CSS Codes

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

#813bff Text Font Color

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

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


#813bff Background Color

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

This div background color is #813bff


#813bff Border Color

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

This div border color is #813bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813bff

Related Colors


Comments

No comments written yet.

Please login to write comment.