Color Hex Logo

#812d81 Color Hex

#812D81
(129,45,129)
0 Favorites   0 Comments

Color spaces of #812d81

RGB 12945129
HSL0.830.480.34
HSV300°65°51°
CMYK 0.000.650.00   0.49
XYZ13.95418.128921.6024
Yxy8.12890.31940.1861
Hunter Lab28.511237.4677-24.9650
CIE-Lab34.249947.1750-30.0102

#812d81 color RGB value is (129,45,129).

#812d81 hex color red value is 129, green value is 45 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #812d81 hue: 0.83 , saturation: 0.48 and the lightness value of 812d81 is 0.34.

The process color (four color CMYK) of #812d81 color hex is 0.00, 0.65, 0.00, 0.49. Web safe color of #812d81 is #993399. Color #812d81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101101 10000001
Octal 201 55 201
Decimal 129 45 129
Hex 81 2D 81

RGB Percentages of Color #812d81

%42.57
%14.85
%42.57

CMYK Percentages of Color #812d81

%0
%65
%0
%49

Triadic Colors of #812d81

#812d81 #81812d #2d8181

Analogous Colors of #812d81

#812d81 #812d57 #572d81

Monochromatic Colors of #812d81

#812d81

Complementary Color

#812d81 #2d812d

#812d81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812d81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812d81 Color CSS Codes

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

#812d81 Text Font Color

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

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


#812d81 Background Color

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

This div background color is #812d81


#812d81 Border Color

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

This div border color is #812d81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812d81


Comments

No comments written yet.

Please login to write comment.