Color Hex Logo

#821b81 Color Hex

#821B81
(130,27,129)
0 Favorites   0 Comments

Color spaces of #821b81

RGB 13027129
HSL0.830.660.31
HSV301°79°51°
CMYK 0.000.790.01   0.49
XYZ13.56037.114721.4274
Yxy7.11470.32210.1690
Hunter Lab26.673444.0679-28.9578
CIE-Lab32.066654.0808-33.4587

#821b81 color RGB value is (130,27,129).

#821b81 hex color red value is 130, green value is 27 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #821b81 hue: 0.83 , saturation: 0.66 and the lightness value of 821b81 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011011 10000001
Octal 202 33 201
Decimal 130 27 129
Hex 82 1B 81

RGB Percentages of Color #821b81

%45.45
%9.44
%45.10

CMYK Percentages of Color #821b81

%0
%79
%1
%49

Triadic Colors of #821b81

#821b81 #81821b #1b8182

Analogous Colors of #821b81

#821b81 #821b4d #4f1b82

Monochromatic Colors of #821b81

#821b81

Complementary Color

#821b81 #1b821c

#821b81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821b81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821b81 Color CSS Codes

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

#821b81 Text Font Color

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

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


#821b81 Background Color

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

This div background color is #821b81


#821b81 Border Color

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

This div border color is #821b81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,27,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #821b81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #821b81;
  -webkit-box-shadow: 1px 1px 3px 2px #821b81;
  box-shadow:         1px 1px 3px 2px #821b81; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,27,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 #821b81">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821b81


Comments

No comments written yet.

Please login to write comment.