Color Hex Logo

#82337a Color Hex

#82337A
(130,51,122)
0 Favorites   0 Comments

Color spaces of #82337a

RGB 13051122
HSL0.850.440.35
HSV306°61°51°
CMYK 0.000.610.06   0.49
XYZ13.90268.518619.3239
Yxy8.51860.33300.2041
Hunter Lab29.186633.9491-18.8241
CIE-Lab35.040443.4428-24.3929

#82337a color RGB value is (130,51,122).

#82337a hex color red value is 130, green value is 51 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #82337a hue: 0.85 , saturation: 0.44 and the lightness value of 82337a is 0.35.

The process color (four color CMYK) of #82337a color hex is 0.00, 0.61, 0.06, 0.49. Web safe color of #82337a is #993366. Color #82337a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110011 01111010
Octal 202 63 172
Decimal 130 51 122
Hex 82 33 7A

RGB Percentages of Color #82337a

%42.90
%16.83
%40.26

CMYK Percentages of Color #82337a

%0
%61
%6
%49

Triadic Colors of #82337a

#82337a #7a8233 #337a82

Analogous Colors of #82337a

#82337a #823353 #633382

Monochromatic Colors of #82337a

#82337a

Complementary Color

#82337a #33823b

#82337a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82337a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82337a Color CSS Codes

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

#82337a Text Font Color

<p style="color:#82337a">Text here</p>

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


#82337a Background Color

<div style="background-color:#82337a">
Div content here</div>

This div background color is #82337a


#82337a Border Color

<div style="border:3px solid #82337a">
Div here</div>

This div border color is #82337a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,51,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82337a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82337a;
  -webkit-box-shadow: 1px 1px 3px 2px #82337a;
  box-shadow:         1px 1px 3px 2px #82337a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82337a


Comments

No comments written yet.

Please login to write comment.