Color Hex Logo

#82134a Color Hex

#82134A
(130,19,74)
0 Favorites   0 Comments

Color spaces of #82134a

RGB 1301974
HSL0.920.740.29
HSV330°85°51°
CMYK 0.000.850.43   0.49
XYZ10.67485.70607.0173
Yxy5.70600.45620.2439
Hunter Lab23.887237.9660-0.6964
CIE-Lab28.658348.7444-3.1892

#82134a color RGB value is (130,19,74).

#82134a hex color red value is 130, green value is 19 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #82134a hue: 0.92 , saturation: 0.74 and the lightness value of 82134a is 0.29.

The process color (four color CMYK) of #82134a color hex is 0.00, 0.85, 0.43, 0.49. Web safe color of #82134a is #990033. Color #82134a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010011 01001010
Octal 202 23 112
Decimal 130 19 74
Hex 82 13 4A

RGB Percentages of Color #82134a

%58.30
%8.52
%33.18

CMYK Percentages of Color #82134a

%0
%85
%43
%49

Triadic Colors of #82134a

#82134a #4a8213 #134a82

Analogous Colors of #82134a

#82134a #821413 #821382

Monochromatic Colors of #82134a

#82134a

Complementary Color

#82134a #13824b

#82134a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82134a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82134a Color CSS Codes

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

#82134a Text Font Color

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

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


#82134a Background Color

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

This div background color is #82134a


#82134a Border Color

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

This div border color is #82134a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82134a


Comments

No comments written yet.

Please login to write comment.