Color Hex Logo

#813aee Color Hex

#813AEE
(129,58,238)
0 Favorites   0 Comments

Color spaces of #813aee

RGB 12958238
HSL0.730.840.58
HSV264°76°93°
CMYK 0.460.760.00   0.07
XYZ25.998913.866382.1951
Yxy13.86630.21300.1136
Hunter Lab37.237559.4616-104.8059
CIE-Lab44.040665.7748-78.5882

#813aee color RGB value is (129,58,238).

#813aee hex color red value is 129, green value is 58 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #813aee hue: 0.73 , saturation: 0.84 and the lightness value of 813aee is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111010 11101110
Octal 201 72 356
Decimal 129 58 238
Hex 81 3A EE

RGB Percentages of Color #813aee

%30.35
%13.65
%56.00

CMYK Percentages of Color #813aee

%46
%76
%0
%7

Triadic Colors of #813aee

#813aee #ee813a #3aee81

Analogous Colors of #813aee

#813aee #db3aee #3a4dee

Monochromatic Colors of #813aee

#813aee

Complementary Color

#813aee #a7ee3a

#813aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#813aee Color CSS Codes

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

#813aee Text Font Color

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

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


#813aee Background Color

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

This div background color is #813aee


#813aee Border Color

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

This div border color is #813aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813aee


Comments

No comments written yet.

Please login to write comment.