Color Hex Logo

#825065 Color Hex

#825065
(130,80,101)
0 Favorites   0 Comments

Color spaces of #825065

RGB 13080101
HSL0.930.240.41
HSV335°38°51°
CMYK 0.000.380.22   0.49
XYZ14.423511.422713.7565
Yxy11.42270.36420.2884
Hunter Lab33.797517.0315-0.4744
CIE-Lab40.283524.0933-3.3161

#825065 color RGB value is (130,80,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010000 01100101
Octal 202 120 145
Decimal 130 80 101
Hex 82 50 65

RGB Percentages of Color #825065

%41.80
%25.72
%32.48

CMYK Percentages of Color #825065

%0
%38
%22
%49

Triadic Colors of #825065

#825065 #658250 #506582

Analogous Colors of #825065

#825065 #825450 #82507e

Monochromatic Colors of #825065

#825065

Complementary Color

#825065 #50826d

#825065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825065 Color CSS Codes

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

#825065 Text Font Color

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

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


#825065 Background Color

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

This div background color is #825065


#825065 Border Color

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

This div border color is #825065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825065


Comments

No comments written yet.

Please login to write comment.