Color Hex Logo

#820885 Color Hex

#820885
(130,8,133)
0 Favorites   0 Comments

Color spaces of #820885

RGB 1308133
HSL0.830.890.28
HSV299°94°52°
CMYK 0.020.940.00   0.48
XYZ13.52646.612922.7538
Yxy6.61290.31540.1542
Hunter Lab25.715648.8889-34.4605
CIE-Lab30.908958.8530-37.8072

#820885 color RGB value is (130,8,133).

#820885 hex color red value is 130, green value is 8 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #820885 hue: 0.83 , saturation: 0.89 and the lightness value of 820885 is 0.28.

The process color (four color CMYK) of #820885 color hex is 0.02, 0.94, 0.00, 0.48. Web safe color of #820885 is #990099. Color #820885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001000 10000101
Octal 202 10 205
Decimal 130 8 133
Hex 82 8 85

RGB Percentages of Color #820885

%47.97
%2.95
%49.08

CMYK Percentages of Color #820885

%2
%94
%0
%48

Triadic Colors of #820885

#820885 #858208 #088582

Analogous Colors of #820885

#820885 #85084a #430885

Monochromatic Colors of #820885

#820885

Complementary Color

#820885 #0b8508

#820885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820885 Color CSS Codes

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

#820885 Text Font Color

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

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


#820885 Background Color

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

This div background color is #820885


#820885 Border Color

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

This div border color is #820885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820885


Comments

No comments written yet.

Please login to write comment.