Color Hex Logo

#812980 Color Hex

#812980
(129,41,128)
0 Favorites   0 Comments

Color spaces of #812980

RGB 12941128
HSL0.840.520.33
HSV301°68°51°
CMYK 0.000.680.01   0.49
XYZ13.74257.811521.2055
Yxy7.81150.32140.1827
Hunter Lab27.949138.8573-25.4201
CIE-Lab33.587248.6915-30.4340

#812980 color RGB value is (129,41,128).

#812980 hex color red value is 129, green value is 41 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #812980 hue: 0.84 , saturation: 0.52 and the lightness value of 812980 is 0.33.

The process color (four color CMYK) of #812980 color hex is 0.00, 0.68, 0.01, 0.49. Web safe color of #812980 is #993399. Color #812980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101001 10000000
Octal 201 51 200
Decimal 129 41 128
Hex 81 29 80

RGB Percentages of Color #812980

%43.29
%13.76
%42.95

CMYK Percentages of Color #812980

%0
%68
%1
%49

Triadic Colors of #812980

#812980 #808129 #298081

Analogous Colors of #812980

#812980 #812954 #562981

Monochromatic Colors of #812980

#812980

Complementary Color

#812980 #29812a

#812980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812980 Color CSS Codes

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

#812980 Text Font Color

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

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


#812980 Background Color

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

This div background color is #812980


#812980 Border Color

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

This div border color is #812980


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,41,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 #812980">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812980


Comments

No comments written yet.

Please login to write comment.