Color Hex Logo

#822989 Color Hex

#822989
(130,41,137)
0 Favorites   0 Comments

Color spaces of #822989

RGB 13041137
HSL0.820.540.35
HSV296°70°54°
CMYK 0.050.700.00   0.46
XYZ14.51428.137824.4727
Yxy8.13780.30800.1727
Hunter Lab28.526840.8973-30.8951
CIE-Lab34.268250.5789-34.9317

#822989 color RGB value is (130,41,137).

#822989 hex color red value is 130, green value is 41 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #822989 hue: 0.82 , saturation: 0.54 and the lightness value of 822989 is 0.35.

The process color (four color CMYK) of #822989 color hex is 0.05, 0.70, 0.00, 0.46. Web safe color of #822989 is #993399. Color #822989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101001 10001001
Octal 202 51 211
Decimal 130 41 137
Hex 82 29 89

RGB Percentages of Color #822989

%42.21
%13.31
%44.48

CMYK Percentages of Color #822989

%5
%70
%0
%46

Triadic Colors of #822989

#822989 #898229 #298982

Analogous Colors of #822989

#822989 #892960 #522989

Monochromatic Colors of #822989

#822989

Complementary Color

#822989 #308929

#822989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822989 Color CSS Codes

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

#822989 Text Font Color

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

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


#822989 Background Color

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

This div background color is #822989


#822989 Border Color

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

This div border color is #822989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822989


Comments

No comments written yet.

Please login to write comment.