Color Hex Logo

#825475 Color Hex

#825475
(130,84,117)
0 Favorites   0 Comments

Color spaces of #825475

RGB 13084117
HSL0.880.210.42
HSV317°35°51°
CMYK 0.000.350.10   0.49
XYZ15.587112.370818.3959
Yxy12.37080.33630.2669
Hunter Lab35.172117.5539-6.3896
CIE-Lab41.799524.5459-10.9106

#825475 color RGB value is (130,84,117).

#825475 hex color red value is 130, green value is 84 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #825475 hue: 0.88 , saturation: 0.21 and the lightness value of 825475 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010100 01110101
Octal 202 124 165
Decimal 130 84 117
Hex 82 54 75

RGB Percentages of Color #825475

%39.27
%25.38
%35.35

CMYK Percentages of Color #825475

%0
%35
%10
%49

Triadic Colors of #825475

#825475 #758254 #547582

Analogous Colors of #825475

#825475 #82545e #785482

Monochromatic Colors of #825475

#825475

Complementary Color

#825475 #548261

#825475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825475 Color CSS Codes

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

#825475 Text Font Color

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

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


#825475 Background Color

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

This div background color is #825475


#825475 Border Color

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

This div border color is #825475


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,84,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 #825475">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825475


Comments

No comments written yet.

Please login to write comment.