Color Hex Logo

#811fad Color Hex

#811FAD
(129,31,173)
0 Favorites   0 Comments

Color spaces of #811fad

RGB 12931173
HSL0.780.700.40
HSV281°82°68°
CMYK 0.250.820.00   0.32
XYZ17.08618.664240.3070
Yxy8.66420.25870.1312
Hunter Lab29.435052.1024-60.5846
CIE-Lab35.329660.9397-55.1060

#811fad color RGB value is (129,31,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011111 10101101
Octal 201 37 255
Decimal 129 31 173
Hex 81 1F AD

RGB Percentages of Color #811fad

%38.74
%9.31
%51.95

CMYK Percentages of Color #811fad

%25
%82
%0
%32

Triadic Colors of #811fad

#811fad #ad811f #1fad81

Analogous Colors of #811fad

#811fad #ad1f92 #3a1fad

Monochromatic Colors of #811fad

#811fad

Complementary Color

#811fad #4bad1f

#811fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#811fad Color CSS Codes

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

#811fad Text Font Color

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

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


#811fad Background Color

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

This div background color is #811fad


#811fad Border Color

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

This div border color is #811fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811fad


Comments

No comments written yet.

Please login to write comment.