Color Hex Logo

#813eff Color Hex

#813EFF
(129,62,255)
0 Favorites   0 Comments

Color spaces of #813eff

RGB 12962255
HSL0.721.000.62
HSV261°76°100°
CMYK 0.490.760.00   0.00
XYZ28.825915.332496.0479
Yxy15.33240.20560.1094
Hunter Lab39.156662.8822-118.0238
CIE-Lab46.086168.3194-84.7655

#813eff color RGB value is (129,62,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111110 11111111
Octal 201 76 377
Decimal 129 62 255
Hex 81 3E FF

RGB Percentages of Color #813eff

%28.92
%13.90
%57.17

CMYK Percentages of Color #813eff

%49
%76
%0
%0

Triadic Colors of #813eff

#813eff #ff813e #3eff81

Analogous Colors of #813eff

#813eff #e23eff #3e5bff

Monochromatic Colors of #813eff

#813eff

Complementary Color

#813eff #bcff3e

#813eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#813eff Color CSS Codes

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

#813eff Text Font Color

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

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


#813eff Background Color

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

This div background color is #813eff


#813eff Border Color

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

This div border color is #813eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813eff

Related Colors


Comments

No comments written yet.

Please login to write comment.