Color Hex Logo

#823447 Color Hex

#823447
(130,52,71)
0 Favorites   0 Comments

Color spaces of #823447

RGB 1305271
HSL0.960.430.36
HSV345°60°51°
CMYK 0.000.600.45   0.49
XYZ11.57127.65676.8293
Yxy7.65670.44410.2938
Hunter Lab27.670726.22044.7364
CIE-Lab33.257435.49225.4629

#823447 color RGB value is (130,52,71).

#823447 hex color red value is 130, green value is 52 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #823447 hue: 0.96 , saturation: 0.43 and the lightness value of 823447 is 0.36.

The process color (four color CMYK) of #823447 color hex is 0.00, 0.60, 0.45, 0.49. Web safe color of #823447 is #993333. Color #823447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110100 01000111
Octal 202 64 107
Decimal 130 52 71
Hex 82 34 47

RGB Percentages of Color #823447

%51.38
%20.55
%28.06

CMYK Percentages of Color #823447

%0
%60
%45
%49

Triadic Colors of #823447

#823447 #478234 #344782

Analogous Colors of #823447

#823447 #824834 #82346e

Monochromatic Colors of #823447

#823447

Complementary Color

#823447 #34826f

#823447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823447 Color CSS Codes

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

#823447 Text Font Color

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

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


#823447 Background Color

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

This div background color is #823447


#823447 Border Color

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

This div border color is #823447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823447


Comments

No comments written yet.

Please login to write comment.