Color Hex Logo

#811dbe Color Hex

#811DBE
(129,29,190)
0 Favorites   0 Comments

Color spaces of #811dbe

RGB 12929190
HSL0.770.740.43
HSV277°85°75°
CMYK 0.320.850.00   0.25
XYZ18.78699.263649.5131
Yxy9.26360.24220.1194
Hunter Lab30.436256.9169-75.1468
CIE-Lab36.486965.0197-63.3030

#811dbe color RGB value is (129,29,190).

#811dbe hex color red value is 129, green value is 29 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #811dbe hue: 0.77 , saturation: 0.74 and the lightness value of 811dbe is 0.43.

The process color (four color CMYK) of #811dbe color hex is 0.32, 0.85, 0.00, 0.25. Web safe color of #811dbe is #9933cc. Color #811dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011101 10111110
Octal 201 35 276
Decimal 129 29 190
Hex 81 1D BE

RGB Percentages of Color #811dbe

%37.07
%8.33
%54.60

CMYK Percentages of Color #811dbe

%32
%85
%0
%25

Triadic Colors of #811dbe

#811dbe #be811d #1dbe81

Analogous Colors of #811dbe

#811dbe #be1dab #311dbe

Monochromatic Colors of #811dbe

#811dbe

Complementary Color

#811dbe #5abe1d

#811dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#811dbe Color CSS Codes

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

#811dbe Text Font Color

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

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


#811dbe Background Color

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

This div background color is #811dbe


#811dbe Border Color

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

This div border color is #811dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811dbe


Comments

No comments written yet.

Please login to write comment.