Color Hex Logo

#825773 Color Hex

#825773
(130,87,115)
0 Favorites   0 Comments

Color spaces of #825773

RGB 13087115
HSL0.890.200.43
HSV321°33°51°
CMYK 0.000.330.12   0.49
XYZ15.708612.800017.8624
Yxy12.80000.33880.2760
Hunter Lab35.777115.7639-4.5577
CIE-Lab42.460322.4067-8.6918

#825773 color RGB value is (130,87,115).

#825773 hex color red value is 130, green value is 87 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #825773 hue: 0.89 , saturation: 0.20 and the lightness value of 825773 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010111 01110011
Octal 202 127 163
Decimal 130 87 115
Hex 82 57 73

RGB Percentages of Color #825773

%39.16
%26.20
%34.64

CMYK Percentages of Color #825773

%0
%33
%12
%49

Triadic Colors of #825773

#825773 #738257 #577382

Analogous Colors of #825773

#825773 #82575e #7c5782

Monochromatic Colors of #825773

#825773

Complementary Color

#825773 #578266

#825773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825773 Color CSS Codes

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

#825773 Text Font Color

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

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


#825773 Background Color

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

This div background color is #825773


#825773 Border Color

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

This div border color is #825773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825773


Comments

No comments written yet.

Please login to write comment.