Color Hex Logo

#822746 Color Hex

#822746
(130,39,70)
0 Favorites   0 Comments

Color spaces of #822746

RGB 1303970
HSL0.940.540.33
HSV340°70°51°
CMYK 0.000.700.46   0.49
XYZ11.03696.63916.4941
Yxy6.63910.45660.2747
Hunter Lab25.766531.36813.0932
CIE-Lab30.970841.47412.8424

#822746 color RGB value is (130,39,70).

#822746 hex color red value is 130, green value is 39 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #822746 hue: 0.94 , saturation: 0.54 and the lightness value of 822746 is 0.33.

The process color (four color CMYK) of #822746 color hex is 0.00, 0.70, 0.46, 0.49. Web safe color of #822746 is #993333. Color #822746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100111 01000110
Octal 202 47 106
Decimal 130 39 70
Hex 82 27 46

RGB Percentages of Color #822746

%54.39
%16.32
%29.29

CMYK Percentages of Color #822746

%0
%70
%46
%49

Triadic Colors of #822746

#822746 #468227 #274682

Analogous Colors of #822746

#822746 #823627 #822774

Monochromatic Colors of #822746

#822746

Complementary Color

#822746 #278263

#822746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822746 Color CSS Codes

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

#822746 Text Font Color

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

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


#822746 Background Color

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

This div background color is #822746


#822746 Border Color

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

This div border color is #822746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822746


Comments

No comments written yet.

Please login to write comment.