Color Hex Logo

#822089 Color Hex

#822089
(130,32,137)
0 Favorites   0 Comments

Color spaces of #822089

RGB 13032137
HSL0.820.620.33
HSV296°77°54°
CMYK 0.050.770.00   0.46
XYZ14.23787.585024.3805
Yxy7.58500.30820.1642
Hunter Lab27.540944.0826-33.2077
CIE-Lab33.103253.8933-36.7874

#822089 color RGB value is (130,32,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100000 10001001
Octal 202 40 211
Decimal 130 32 137
Hex 82 20 89

RGB Percentages of Color #822089

%43.48
%10.70
%45.82

CMYK Percentages of Color #822089

%5
%77
%0
%46

Triadic Colors of #822089

#822089 #898220 #208982

Analogous Colors of #822089

#822089 #89205c #4d2089

Monochromatic Colors of #822089

#822089

Complementary Color

#822089 #278920

#822089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822089 Color CSS Codes

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

#822089 Text Font Color

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

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


#822089 Background Color

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

This div background color is #822089


#822089 Border Color

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

This div border color is #822089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822089


Comments

No comments written yet.

Please login to write comment.