Color Hex Logo

#813abe Color Hex

#813ABE
(129,58,190)
0 Favorites   0 Comments

Color spaces of #813abe

RGB 12958190
HSL0.760.530.49
HSV272°69°75°
CMYK 0.320.690.00   0.25
XYZ19.860611.410949.8710
Yxy11.41090.24480.1406
Hunter Lab33.780045.8321-63.8865
CIE-Lab40.264154.1850-57.1604

#813abe color RGB value is (129,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111010 10111110
Octal 201 72 276
Decimal 129 58 190
Hex 81 3A BE

RGB Percentages of Color #813abe

%34.22
%15.38
%50.40

CMYK Percentages of Color #813abe

%32
%69
%0
%25

Triadic Colors of #813abe

#813abe #be813a #3abe81

Analogous Colors of #813abe

#813abe #be3ab9 #3f3abe

Monochromatic Colors of #813abe

#813abe

Complementary Color

#813abe #77be3a

#813abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#813abe Color CSS Codes

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

#813abe Text Font Color

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

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


#813abe Background Color

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

This div background color is #813abe


#813abe Border Color

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

This div border color is #813abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813abe


Comments

No comments written yet.

Please login to write comment.