Color Hex Logo

#811ddc Color Hex

#811DDC
(129,29,220)
0 Favorites   0 Comments

Color spaces of #811ddc

RGB 12929220
HSL0.750.770.49
HSV271°87°86°
CMYK 0.410.870.00   0.14
XYZ22.410910.713268.5968
Yxy10.71320.22030.1053
Hunter Lab32.731064.9395-101.3467
CIE-Lab39.093271.4240-76.4646

#811ddc color RGB value is (129,29,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011101 11011100
Octal 201 35 334
Decimal 129 29 220
Hex 81 1D DC

RGB Percentages of Color #811ddc

%34.13
%7.67
%58.20

CMYK Percentages of Color #811ddc

%41
%87
%0
%14

Triadic Colors of #811ddc

#811ddc #dc811d #1ddc81

Analogous Colors of #811ddc

#811ddc #dc1dd8 #211ddc

Monochromatic Colors of #811ddc

#811ddc

Complementary Color

#811ddc #78dc1d

#811ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#811ddc Color CSS Codes

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

#811ddc Text Font Color

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

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


#811ddc Background Color

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

This div background color is #811ddc


#811ddc Border Color

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

This div border color is #811ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811ddc


Comments

No comments written yet.

Please login to write comment.