Color Hex Logo

#825975 Color Hex

#825975
(130,89,117)
0 Favorites   0 Comments

Color spaces of #825975

RGB 13089117
HSL0.890.190.43
HSV319°32°51°
CMYK 0.000.320.10   0.49
XYZ15.989213.174918.5299
Yxy13.17490.33520.2762
Hunter Lab36.297215.1104-4.8597
CIE-Lab43.025621.5944-9.0644

#825975 color RGB value is (130,89,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011001 01110101
Octal 202 131 165
Decimal 130 89 117
Hex 82 59 75

RGB Percentages of Color #825975

%38.69
%26.49
%34.82

CMYK Percentages of Color #825975

%0
%32
%10
%49

Triadic Colors of #825975

#825975 #758259 #597582

Analogous Colors of #825975

#825975 #825961 #7b5982

Monochromatic Colors of #825975

#825975

Complementary Color

#825975 #598266

#825975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825975 Color CSS Codes

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

#825975 Text Font Color

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

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


#825975 Background Color

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

This div background color is #825975


#825975 Border Color

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

This div border color is #825975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825975


Comments

No comments written yet.

Please login to write comment.