Color Hex Logo

#811abb Color Hex

#811ABB
(129,26,187)
0 Favorites   0 Comments

Color spaces of #811abb

RGB 12926187
HSL0.770.760.42
HSV278°86°73°
CMYK 0.310.860.00   0.27
XYZ18.39238.993847.7803
Yxy8.99380.24470.1197
Hunter Lab29.989756.9900-73.4696
CIE-Lab35.972465.1841-62.3748

#811abb color RGB value is (129,26,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011010 10111011
Octal 201 32 273
Decimal 129 26 187
Hex 81 1A BB

RGB Percentages of Color #811abb

%37.72
%7.60
%54.68

CMYK Percentages of Color #811abb

%31
%86
%0
%27

Triadic Colors of #811abb

#811abb #bb811a #1abb81

Analogous Colors of #811abb

#811abb #bb1aa5 #311abb

Monochromatic Colors of #811abb

#811abb

Complementary Color

#811abb #54bb1a

#811abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#811abb Color CSS Codes

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

#811abb Text Font Color

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

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


#811abb Background Color

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

This div background color is #811abb


#811abb Border Color

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

This div border color is #811abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811abb


Comments

No comments written yet.

Please login to write comment.