Color Hex Logo

#811dad Color Hex

#811DAD
(129,29,173)
0 Favorites   0 Comments

Color spaces of #811dad

RGB 12929173
HSL0.780.710.40
HSV282°83°68°
CMYK 0.250.830.00   0.32
XYZ17.03558.563040.2901
Yxy8.56300.25860.1300
Hunter Lab29.262652.7059-61.1494
CIE-Lab35.128961.5256-55.4318

#811dad color RGB value is (129,29,173).

#811dad hex color red value is 129, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #811dad hue: 0.78 , saturation: 0.71 and the lightness value of 811dad is 0.40.

The process color (four color CMYK) of #811dad color hex is 0.25, 0.83, 0.00, 0.32. Web safe color of #811dad is #993399. Color #811dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011101 10101101
Octal 201 35 255
Decimal 129 29 173
Hex 81 1D AD

RGB Percentages of Color #811dad

%38.97
%8.76
%52.27

CMYK Percentages of Color #811dad

%25
%83
%0
%32

Triadic Colors of #811dad

#811dad #ad811d #1dad81

Analogous Colors of #811dad

#811dad #ad1d91 #391dad

Monochromatic Colors of #811dad

#811dad

Complementary Color

#811dad #49ad1d

#811dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#811dad Color CSS Codes

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

#811dad Text Font Color

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

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


#811dad Background Color

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

This div background color is #811dad


#811dad Border Color

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

This div border color is #811dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811dad


Comments

No comments written yet.

Please login to write comment.