Color Hex Logo

#82356c Color Hex

#82356C
(130,53,108)
0 Favorites   0 Comments

Color spaces of #82356c

RGB 13053108
HSL0.880.420.36
HSV317°59°51°
CMYK 0.000.590.17   0.49
XYZ13.18588.374715.1089
Yxy8.37470.35960.2284
Hunter Lab28.939130.6884-10.6976
CIE-Lab34.751440.0809-16.0407

#82356c color RGB value is (130,53,108).

#82356c hex color red value is 130, green value is 53 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #82356c hue: 0.88 , saturation: 0.42 and the lightness value of 82356c is 0.36.

The process color (four color CMYK) of #82356c color hex is 0.00, 0.59, 0.17, 0.49. Web safe color of #82356c is #993366. Color #82356c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110101 01101100
Octal 202 65 154
Decimal 130 53 108
Hex 82 35 6C

RGB Percentages of Color #82356c

%44.67
%18.21
%37.11

CMYK Percentages of Color #82356c

%0
%59
%17
%49

Triadic Colors of #82356c

#82356c #6c8235 #356c82

Analogous Colors of #82356c

#82356c #823546 #723582

Monochromatic Colors of #82356c

#82356c

Complementary Color

#82356c #35824b

#82356c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82356c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82356c Color CSS Codes

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

#82356c Text Font Color

<p style="color:#82356c">Text here</p>

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


#82356c Background Color

<div style="background-color:#82356c">
Div content here</div>

This div background color is #82356c


#82356c Border Color

<div style="border:3px solid #82356c">
Div here</div>

This div border color is #82356c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,53,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82356c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82356c;
  -webkit-box-shadow: 1px 1px 3px 2px #82356c;
  box-shadow:         1px 1px 3px 2px #82356c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82356c


Comments

No comments written yet.

Please login to write comment.