Color Hex Logo

#811dda Color Hex

#811DDA
(129,29,218)
0 Favorites   0 Comments

Color spaces of #811dda

RGB 12929218
HSL0.750.770.48
HSV272°87°85°
CMYK 0.410.870.00   0.15
XYZ22.147510.607867.2099
Yxy10.60780.22160.1061
Hunter Lab32.569664.3840-99.5507
CIE-Lab38.911970.9904-75.6138

#811dda color RGB value is (129,29,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011101 11011010
Octal 201 35 332
Decimal 129 29 218
Hex 81 1D DA

RGB Percentages of Color #811dda

%34.31
%7.71
%57.98

CMYK Percentages of Color #811dda

%41
%87
%0
%15

Triadic Colors of #811dda

#811dda #da811d #1dda81

Analogous Colors of #811dda

#811dda #da1dd5 #231dda

Monochromatic Colors of #811dda

#811dda

Complementary Color

#811dda #76da1d

#811dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#811dda Color CSS Codes

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

#811dda Text Font Color

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

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


#811dda Background Color

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

This div background color is #811dda


#811dda Border Color

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

This div border color is #811dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811dda


Comments

No comments written yet.

Please login to write comment.