Color Hex Logo

#82376b Color Hex

#82376B
(130,55,107)
0 Favorites   0 Comments

Color spaces of #82376b

RGB 13055107
HSL0.880.410.36
HSV318°58°51°
CMYK 0.000.580.18   0.49
XYZ13.22608.539714.8612
Yxy8.53970.36110.2332
Hunter Lab29.222829.6479-9.6959
CIE-Lab35.082538.9164-14.9008

#82376b color RGB value is (130,55,107).

#82376b hex color red value is 130, green value is 55 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #82376b hue: 0.88 , saturation: 0.41 and the lightness value of 82376b is 0.36.

The process color (four color CMYK) of #82376b color hex is 0.00, 0.58, 0.18, 0.49. Web safe color of #82376b is #993366. Color #82376b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110111 01101011
Octal 202 67 153
Decimal 130 55 107
Hex 82 37 6B

RGB Percentages of Color #82376b

%44.52
%18.84
%36.64

CMYK Percentages of Color #82376b

%0
%58
%18
%49

Triadic Colors of #82376b

#82376b #6b8237 #376b82

Analogous Colors of #82376b

#82376b #823745 #743782

Monochromatic Colors of #82376b

#82376b

Complementary Color

#82376b #37824e

#82376b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82376b Color Preview on White Background

Lorem ipsum dolor sit amet.

#82376b Color CSS Codes

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

#82376b Text Font Color

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

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


#82376b Background Color

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

This div background color is #82376b


#82376b Border Color

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

This div border color is #82376b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,55,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82376b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82376b;
  -webkit-box-shadow: 1px 1px 3px 2px #82376b;
  box-shadow:         1px 1px 3px 2px #82376b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82376b


Comments

No comments written yet.

Please login to write comment.