Color Hex Logo

#825379 Color Hex

#825379
(130,83,121)
0 Favorites   0 Comments

Color spaces of #825379

RGB 13083121
HSL0.870.220.42
HSV311°36°51°
CMYK 0.000.360.07   0.49
XYZ15.750412.312819.6356
Yxy12.31280.33020.2581
Hunter Lab35.089618.7151-8.6151
CIE-Lab41.709025.8883-13.4964

#825379 color RGB value is (130,83,121).

#825379 hex color red value is 130, green value is 83 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #825379 hue: 0.87 , saturation: 0.22 and the lightness value of 825379 is 0.42.

The process color (four color CMYK) of #825379 color hex is 0.00, 0.36, 0.07, 0.49. Web safe color of #825379 is #996666. Color #825379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010011 01111001
Octal 202 123 171
Decimal 130 83 121
Hex 82 53 79

RGB Percentages of Color #825379

%38.92
%24.85
%36.23

CMYK Percentages of Color #825379

%0
%36
%7
%49

Triadic Colors of #825379

#825379 #798253 #537982

Analogous Colors of #825379

#825379 #825362 #745382

Monochromatic Colors of #825379

#825379

Complementary Color

#825379 #53825c

#825379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825379 Color CSS Codes

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

#825379 Text Font Color

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

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


#825379 Background Color

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

This div background color is #825379


#825379 Border Color

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

This div border color is #825379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825379


Comments

No comments written yet.

Please login to write comment.