Color Hex Logo

#82124d Color Hex

#82124D
(130,18,77)
0 Favorites   0 Comments

Color spaces of #82124d

RGB 1301877
HSL0.910.760.29
HSV328°86°51°
CMYK 0.000.860.41   0.49
XYZ10.76185.71437.5569
Yxy5.71430.44780.2378
Hunter Lab23.904638.5273-2.0100
CIE-Lab28.679949.3047-5.1567

#82124d color RGB value is (130,18,77).

#82124d hex color red value is 130, green value is 18 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #82124d hue: 0.91 , saturation: 0.76 and the lightness value of 82124d is 0.29.

The process color (four color CMYK) of #82124d color hex is 0.00, 0.86, 0.41, 0.49. Web safe color of #82124d is #990066. Color #82124d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010010 01001101
Octal 202 22 115
Decimal 130 18 77
Hex 82 12 4D

RGB Percentages of Color #82124d

%57.78
%8.00
%34.22

CMYK Percentages of Color #82124d

%0
%86
%41
%49

Triadic Colors of #82124d

#82124d #4d8212 #124d82

Analogous Colors of #82124d

#82124d #821215 #7f1282

Monochromatic Colors of #82124d

#82124d

Complementary Color

#82124d #128247

#82124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82124d Color CSS Codes

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

#82124d Text Font Color

<p style="color:#82124d">Text here</p>

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


#82124d Background Color

<div style="background-color:#82124d">
Div content here</div>

This div background color is #82124d


#82124d Border Color

<div style="border:3px solid #82124d">
Div here</div>

This div border color is #82124d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,18,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82124d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82124d;
  -webkit-box-shadow: 1px 1px 3px 2px #82124d;
  box-shadow:         1px 1px 3px 2px #82124d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82124d


Comments

No comments written yet.

Please login to write comment.