Color Hex Logo

#825073 Color Hex

#825073
(130,80,115)
0 Favorites   0 Comments

Color spaces of #825073

RGB 13080115
HSL0.880.240.41
HSV318°38°51°
CMYK 0.000.380.12   0.49
XYZ15.169111.721017.6825
Yxy11.72100.34030.2630
Hunter Lab34.235919.1760-6.6575
CIE-Lab40.769226.5181-11.2387

#825073 color RGB value is (130,80,115).

#825073 hex color red value is 130, green value is 80 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #825073 hue: 0.88 , saturation: 0.24 and the lightness value of 825073 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010000 01110011
Octal 202 120 163
Decimal 130 80 115
Hex 82 50 73

RGB Percentages of Color #825073

%40.00
%24.62
%35.38

CMYK Percentages of Color #825073

%0
%38
%12
%49

Triadic Colors of #825073

#825073 #738250 #507382

Analogous Colors of #825073

#825073 #82505a #785082

Monochromatic Colors of #825073

#825073

Complementary Color

#825073 #50825f

#825073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825073 Color CSS Codes

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

#825073 Text Font Color

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

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


#825073 Background Color

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

This div background color is #825073


#825073 Border Color

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

This div border color is #825073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825073


Comments

No comments written yet.

Please login to write comment.