Color Hex Logo

#82476f Color Hex

#82476F
(130,71,111)
0 Favorites   0 Comments

Color spaces of #82476f

RGB 13071111
HSL0.890.290.39
HSV319°45°51°
CMYK 0.000.450.15   0.49
XYZ14.328410.400016.2911
Yxy10.40000.34930.2535
Hunter Lab32.249022.8726-7.3769
CIE-Lab38.551030.9736-12.1227

#82476f color RGB value is (130,71,111).

#82476f hex color red value is 130, green value is 71 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #82476f hue: 0.89 , saturation: 0.29 and the lightness value of 82476f is 0.39.

The process color (four color CMYK) of #82476f color hex is 0.00, 0.45, 0.15, 0.49. Web safe color of #82476f is #993366. Color #82476f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000111 01101111
Octal 202 107 157
Decimal 130 71 111
Hex 82 47 6F

RGB Percentages of Color #82476f

%41.67
%22.76
%35.58

CMYK Percentages of Color #82476f

%0
%45
%15
%49

Triadic Colors of #82476f

#82476f #6f8247 #476f82

Analogous Colors of #82476f

#82476f #824752 #784782

Monochromatic Colors of #82476f

#82476f

Complementary Color

#82476f #47825a

#82476f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82476f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82476f Color CSS Codes

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

#82476f Text Font Color

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

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


#82476f Background Color

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

This div background color is #82476f


#82476f Border Color

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

This div border color is #82476f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,71,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82476f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82476f;
  -webkit-box-shadow: 1px 1px 3px 2px #82476f;
  box-shadow:         1px 1px 3px 2px #82476f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82476f


Comments

No comments written yet.

Please login to write comment.