Color Hex Logo

#82367e Color Hex

#82367E
(130,54,126)
0 Favorites   0 Comments

Color spaces of #82367e

RGB 13054126
HSL0.840.410.36
HSV303°58°51°
CMYK 0.000.580.03   0.49
XYZ14.29108.890520.7015
Yxy8.89050.32570.2026
Hunter Lab29.816933.3738-20.2924
CIE-Lab35.772642.7176-25.7403

#82367e color RGB value is (130,54,126).

#82367e hex color red value is 130, green value is 54 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #82367e hue: 0.84 , saturation: 0.41 and the lightness value of 82367e is 0.36.

The process color (four color CMYK) of #82367e color hex is 0.00, 0.58, 0.03, 0.49. Web safe color of #82367e is #993366. Color #82367e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110110 01111110
Octal 202 66 176
Decimal 130 54 126
Hex 82 36 7E

RGB Percentages of Color #82367e

%41.94
%17.42
%40.65

CMYK Percentages of Color #82367e

%0
%58
%3
%49

Triadic Colors of #82367e

#82367e #7e8236 #367e82

Analogous Colors of #82367e

#82367e #823658 #603682

Monochromatic Colors of #82367e

#82367e

Complementary Color

#82367e #36823a

#82367e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82367e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82367e Color CSS Codes

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

#82367e Text Font Color

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

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


#82367e Background Color

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

This div background color is #82367e


#82367e Border Color

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

This div border color is #82367e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82367e


Comments

No comments written yet.

Please login to write comment.