Color Hex Logo

#825451 Color Hex

#825451
(130,84,81)
0 Favorites   0 Comments

Color spaces of #825451

RGB 1308481
HSL0.010.230.41
HSV38°51°
CMYK 0.000.350.38   0.49
XYZ13.861411.68069.3086
Yxy11.68060.39770.3352
Hunter Lab34.176912.58617.7753
CIE-Lab40.703918.77069.6595

#825451 color RGB value is (130,84,81).

#825451 hex color red value is 130, green value is 84 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #825451 hue: 0.01 , saturation: 0.23 and the lightness value of 825451 is 0.41.

The process color (four color CMYK) of #825451 color hex is 0.00, 0.35, 0.38, 0.49. Web safe color of #825451 is #996666. Color #825451 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010100 01010001
Octal 202 124 121
Decimal 130 84 81
Hex 82 54 51

RGB Percentages of Color #825451

%44.07
%28.47
%27.46

CMYK Percentages of Color #825451

%0
%35
%38
%49

Triadic Colors of #825451

#825451 #518254 #545182

Analogous Colors of #825451

#825451 #826d51 #825167

Monochromatic Colors of #825451

#825451

Complementary Color

#825451 #517f82

#825451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825451 Color CSS Codes

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

#825451 Text Font Color

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

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


#825451 Background Color

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

This div background color is #825451


#825451 Border Color

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

This div border color is #825451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825451


Comments

No comments written yet.

Please login to write comment.