Color Hex Logo

#82455f Color Hex

#82455F
(130,69,95)
0 Favorites   0 Comments

Color spaces of #82455f

RGB 1306995
HSL0.930.310.39
HSV334°47°51°
CMYK 0.000.470.27   0.49
XYZ13.39969.828312.0173
Yxy9.82830.38020.2789
Hunter Lab31.350121.4314-0.7823
CIE-Lab37.532529.4848-3.6380

#82455f color RGB value is (130,69,95).

#82455f hex color red value is 130, green value is 69 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #82455f hue: 0.93 , saturation: 0.31 and the lightness value of 82455f is 0.39.

The process color (four color CMYK) of #82455f color hex is 0.00, 0.47, 0.27, 0.49. Web safe color of #82455f is #993366. Color #82455f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000101 01011111
Octal 202 105 137
Decimal 130 69 95
Hex 82 45 5F

RGB Percentages of Color #82455f

%44.22
%23.47
%32.31

CMYK Percentages of Color #82455f

%0
%47
%27
%49

Triadic Colors of #82455f

#82455f #5f8245 #455f82

Analogous Colors of #82455f

#82455f #824a45 #82457e

Monochromatic Colors of #82455f

#82455f

Complementary Color

#82455f #458268

#82455f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82455f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82455f Color CSS Codes

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

#82455f Text Font Color

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

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


#82455f Background Color

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

This div background color is #82455f


#82455f Border Color

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

This div border color is #82455f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82455f


Comments

No comments written yet.

Please login to write comment.