Color Hex Logo

#811fdb Color Hex

#811FDB
(129,31,219)
0 Favorites   0 Comments

Color spaces of #811fdb

RGB 12931219
HSL0.750.750.49
HSV271°86°86°
CMYK 0.410.860.00   0.14
XYZ22.329410.761667.9181
Yxy10.76160.22110.1065
Hunter Lab32.804964.0916-99.7886
CIE-Lab39.176070.6921-75.7544

#811fdb color RGB value is (129,31,219).

#811fdb hex color red value is 129, green value is 31 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #811fdb hue: 0.75 , saturation: 0.75 and the lightness value of 811fdb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011111 11011011
Octal 201 37 333
Decimal 129 31 219
Hex 81 1F DB

RGB Percentages of Color #811fdb

%34.04
%8.18
%57.78

CMYK Percentages of Color #811fdb

%41
%86
%0
%14

Triadic Colors of #811fdb

#811fdb #db811f #1fdb81

Analogous Colors of #811fdb

#811fdb #db1fd7 #231fdb

Monochromatic Colors of #811fdb

#811fdb

Complementary Color

#811fdb #79db1f

#811fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#811fdb Color CSS Codes

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

#811fdb Text Font Color

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

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


#811fdb Background Color

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

This div background color is #811fdb


#811fdb Border Color

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

This div border color is #811fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811fdb


Comments

No comments written yet.

Please login to write comment.