Color Hex Logo

#825872 Color Hex

#825872
(130,88,114)
0 Favorites   0 Comments

Color spaces of #825872

RGB 13088114
HSL0.900.190.43
HSV323°32°51°
CMYK 0.000.320.12   0.49
XYZ15.732912.940217.5881
Yxy12.94020.34010.2797
Hunter Lab35.972515.1168-3.8080
CIE-Lab42.673021.6314-7.7618

#825872 color RGB value is (130,88,114).

#825872 hex color red value is 130, green value is 88 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #825872 hue: 0.90 , saturation: 0.19 and the lightness value of 825872 is 0.43.

The process color (four color CMYK) of #825872 color hex is 0.00, 0.32, 0.12, 0.49. Web safe color of #825872 is #996666. Color #825872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011000 01110010
Octal 202 130 162
Decimal 130 88 114
Hex 82 58 72

RGB Percentages of Color #825872

%39.16
%26.51
%34.34

CMYK Percentages of Color #825872

%0
%32
%12
%49

Triadic Colors of #825872

#825872 #728258 #587282

Analogous Colors of #825872

#825872 #82585d #7d5882

Monochromatic Colors of #825872

#825872

Complementary Color

#825872 #588268

#825872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825872 Color CSS Codes

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

#825872 Text Font Color

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

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


#825872 Background Color

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

This div background color is #825872


#825872 Border Color

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

This div border color is #825872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825872


Comments

No comments written yet.

Please login to write comment.