Color Hex Logo

#811add Color Hex

#811ADD
(129,26,221)
0 Favorites   0 Comments

Color spaces of #811add

RGB 12926221
HSL0.750.790.48
HSV272°88°87°
CMYK 0.420.880.00   0.13
XYZ22.473810.626469.2732
Yxy10.62640.21950.1038
Hunter Lab32.598266.0146-103.1764
CIE-Lab38.944072.3558-77.2835

#811add color RGB value is (129,26,221).

#811add hex color red value is 129, green value is 26 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #811add hue: 0.75 , saturation: 0.79 and the lightness value of 811add is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011010 11011101
Octal 201 32 335
Decimal 129 26 221
Hex 81 1A DD

RGB Percentages of Color #811add

%34.31
%6.91
%58.78

CMYK Percentages of Color #811add

%42
%88
%0
%13

Triadic Colors of #811add

#811add #dd811a #1add81

Analogous Colors of #811add

#811add #dd1ad8 #201add

Monochromatic Colors of #811add

#811add

Complementary Color

#811add #76dd1a

#811add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811add Color Preview on White Background

Lorem ipsum dolor sit amet.

#811add Color CSS Codes

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

#811add Text Font Color

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

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


#811add Background Color

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

This div background color is #811add


#811add Border Color

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

This div border color is #811add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811add


Comments

No comments written yet.

Please login to write comment.