Color Hex Logo

#822689 Color Hex

#822689
(130,38,137)
0 Favorites   0 Comments

Color spaces of #822689

RGB 13038137
HSL0.820.570.34
HSV296°72°54°
CMYK 0.050.720.00   0.46
XYZ14.41447.938224.4394
Yxy7.93820.30810.1696
Hunter Lab28.174842.0157-31.7070
CIE-Lab33.853851.7512-35.5909

#822689 color RGB value is (130,38,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100110 10001001
Octal 202 46 211
Decimal 130 38 137
Hex 82 26 89

RGB Percentages of Color #822689

%42.62
%12.46
%44.92

CMYK Percentages of Color #822689

%5
%72
%0
%46

Triadic Colors of #822689

#822689 #898226 #268982

Analogous Colors of #822689

#822689 #89265e #512689

Monochromatic Colors of #822689

#822689

Complementary Color

#822689 #2d8926

#822689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822689 Color CSS Codes

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

#822689 Text Font Color

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

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


#822689 Background Color

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

This div background color is #822689


#822689 Border Color

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

This div border color is #822689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822689


Comments

No comments written yet.

Please login to write comment.