Color Hex Logo

#82454a Color Hex

#82454A
(130,69,74)
2 Favorites   0 Comments

Color spaces of #82454a

RGB 1306974
HSL0.990.310.39
HSV355°47°51°
CMYK 0.000.470.43   0.49
XYZ12.57019.49657.6491
Yxy9.49650.42300.3196
Hunter Lab30.816418.88206.8548
CIE-Lab36.923226.62668.7229

#82454a color RGB value is (130,69,74).

#82454a hex color red value is 130, green value is 69 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #82454a hue: 0.99 , saturation: 0.31 and the lightness value of 82454a is 0.39.

The process color (four color CMYK) of #82454a color hex is 0.00, 0.47, 0.43, 0.49. Web safe color of #82454a is #993333. Color #82454a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000101 01001010
Octal 202 105 112
Decimal 130 69 74
Hex 82 45 4A

RGB Percentages of Color #82454a

%47.62
%25.27
%27.11

CMYK Percentages of Color #82454a

%0
%47
%43
%49

Triadic Colors of #82454a

#82454a #4a8245 #454a82

Analogous Colors of #82454a

#82454a #825f45 #824569

Monochromatic Colors of #82454a

#82454a

Complementary Color

#82454a #45827d

#82454a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82454a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82454a Color CSS Codes

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

#82454a Text Font Color

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

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


#82454a Background Color

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

This div background color is #82454a


#82454a Border Color

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

This div border color is #82454a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,69,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 #82454a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82454a


Comments

No comments written yet.

Please login to write comment.