Color Hex Logo

#82296a Color Hex

#82296A
(130,41,106)
0 Favorites   0 Comments

Color spaces of #82296a

RGB 13041106
HSL0.880.520.34
HSV316°68°51°
CMYK 0.000.680.18   0.49
XYZ12.60047.372314.3946
Yxy7.37230.36660.2145
Hunter Lab27.152035.3204-12.4262
CIE-Lab32.639945.2936-18.0231

#82296a color RGB value is (130,41,106).

#82296a hex color red value is 130, green value is 41 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #82296a hue: 0.88 , saturation: 0.52 and the lightness value of 82296a is 0.34.

The process color (four color CMYK) of #82296a color hex is 0.00, 0.68, 0.18, 0.49. Web safe color of #82296a is #993366. Color #82296a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101001 01101010
Octal 202 51 152
Decimal 130 41 106
Hex 82 29 6A

RGB Percentages of Color #82296a

%46.93
%14.80
%38.27

CMYK Percentages of Color #82296a

%0
%68
%18
%49

Triadic Colors of #82296a

#82296a #6a8229 #296a82

Analogous Colors of #82296a

#82296a #82293e #6e2982

Monochromatic Colors of #82296a

#82296a

Complementary Color

#82296a #298241

#82296a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82296a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82296a Color CSS Codes

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

#82296a Text Font Color

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

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


#82296a Background Color

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

This div background color is #82296a


#82296a Border Color

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

This div border color is #82296a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82296a


Comments

No comments written yet.

Please login to write comment.