Color Hex Logo

#811abe Color Hex

#811ABE
(129,26,190)
0 Favorites   0 Comments

Color spaces of #811abe

RGB 12926190
HSL0.770.760.42
HSV278°86°75°
CMYK 0.320.860.00   0.25
XYZ18.71699.123649.4897
Yxy9.12360.24200.1180
Hunter Lab30.205357.7494-75.9997
CIE-Lab36.221265.8030-63.7370

#811abe color RGB value is (129,26,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011010 10111110
Octal 201 32 276
Decimal 129 26 190
Hex 81 1A BE

RGB Percentages of Color #811abe

%37.39
%7.54
%55.07

CMYK Percentages of Color #811abe

%32
%86
%0
%25

Triadic Colors of #811abe

#811abe #be811a #1abe81

Analogous Colors of #811abe

#811abe #be1aa9 #2f1abe

Monochromatic Colors of #811abe

#811abe

Complementary Color

#811abe #57be1a

#811abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#811abe Color CSS Codes

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

#811abe Text Font Color

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

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


#811abe Background Color

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

This div background color is #811abe


#811abe Border Color

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

This div border color is #811abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811abe


Comments

No comments written yet.

Please login to write comment.