Color Hex Logo

#82395e Color Hex

#82395E
(130,57,94)
0 Favorites   0 Comments

Color spaces of #82395e

RGB 1305794
HSL0.920.390.37
HSV330°56°51°
CMYK 0.000.560.28   0.49
XYZ12.68948.480211.5577
Yxy8.48020.38770.2591
Hunter Lab29.120826.8201-3.1470
CIE-Lab34.963635.8764-6.8282

#82395e color RGB value is (130,57,94).

#82395e hex color red value is 130, green value is 57 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #82395e hue: 0.92 , saturation: 0.39 and the lightness value of 82395e is 0.37.

The process color (four color CMYK) of #82395e color hex is 0.00, 0.56, 0.28, 0.49. Web safe color of #82395e is #993366. Color #82395e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111001 01011110
Octal 202 71 136
Decimal 130 57 94
Hex 82 39 5E

RGB Percentages of Color #82395e

%46.26
%20.28
%33.45

CMYK Percentages of Color #82395e

%0
%56
%28
%49

Triadic Colors of #82395e

#82395e #5e8239 #395e82

Analogous Colors of #82395e

#82395e #82393a #823982

Monochromatic Colors of #82395e

#82395e

Complementary Color

#82395e #39825d

#82395e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82395e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82395e Color CSS Codes

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

#82395e Text Font Color

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

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


#82395e Background Color

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

This div background color is #82395e


#82395e Border Color

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

This div border color is #82395e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,57,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82395e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82395e;
  -webkit-box-shadow: 1px 1px 3px 2px #82395e;
  box-shadow:         1px 1px 3px 2px #82395e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82395e


Comments

No comments written yet.

Please login to write comment.