Color Hex Logo

#813ade Color Hex

#813ADE
(129,58,222)
0 Favorites   0 Comments

Color spaces of #813ade

RGB 12958222
HSL0.740.710.55
HSV266°74°87°
CMYK 0.420.740.00   0.13
XYZ23.751112.967270.3583
Yxy12.96720.22180.1211
Hunter Lab36.010054.7157-90.6370
CIE-Lab42.713861.8565-71.6773

#813ade color RGB value is (129,58,222).

#813ade hex color red value is 129, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #813ade hue: 0.74 , saturation: 0.71 and the lightness value of 813ade is 0.55.

The process color (four color CMYK) of #813ade color hex is 0.42, 0.74, 0.00, 0.13. Web safe color of #813ade is #9933cc. Color #813ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111010 11011110
Octal 201 72 336
Decimal 129 58 222
Hex 81 3A DE

RGB Percentages of Color #813ade

%31.54
%14.18
%54.28

CMYK Percentages of Color #813ade

%42
%74
%0
%13

Triadic Colors of #813ade

#813ade #de813a #3ade81

Analogous Colors of #813ade

#813ade #d33ade #3a45de

Monochromatic Colors of #813ade

#813ade

Complementary Color

#813ade #97de3a

#813ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#813ade Color CSS Codes

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

#813ade Text Font Color

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

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


#813ade Background Color

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

This div background color is #813ade


#813ade Border Color

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

This div border color is #813ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813ade


Comments

No comments written yet.

Please login to write comment.