Color Hex Logo

#811780 Color Hex

#811780
(129,23,128)
0 Favorites   0 Comments

Color spaces of #811780

RGB 12923128
HSL0.830.700.30
HSV301°82°51°
CMYK 0.000.820.01   0.49
XYZ13.25596.838421.0434
Yxy6.83840.32220.1662
Hunter Lab26.150344.7206-29.4059
CIE-Lab31.436254.8285-33.8466

#811780 color RGB value is (129,23,128).

#811780 hex color red value is 129, green value is 23 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #811780 hue: 0.83 , saturation: 0.70 and the lightness value of 811780 is 0.30.

The process color (four color CMYK) of #811780 color hex is 0.00, 0.82, 0.01, 0.49. Web safe color of #811780 is #990099. Color #811780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010111 10000000
Octal 201 27 200
Decimal 129 23 128
Hex 81 17 80

RGB Percentages of Color #811780

%46.07
%8.21
%45.71

CMYK Percentages of Color #811780

%0
%82
%1
%49

Triadic Colors of #811780

#811780 #808117 #178081

Analogous Colors of #811780

#811780 #81174b #4d1781

Monochromatic Colors of #811780

#811780

Complementary Color

#811780 #178118

#811780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#811780 Color CSS Codes

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

#811780 Text Font Color

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

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


#811780 Background Color

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

This div background color is #811780


#811780 Border Color

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

This div border color is #811780


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,23,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #811780; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #811780;
  -webkit-box-shadow: 1px 1px 3px 2px #811780;
  box-shadow:         1px 1px 3px 2px #811780; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811780


Comments

No comments written yet.

Please login to write comment.