Color Hex Logo

#a82a39 Color Hex

#A82A39
(168,42,57)
0 Favorites   0 Comments

Color spaces of #a82a39

RGB 1684257
HSL0.980.600.41
HSV353°75°66°
CMYK 0.000.750.66   0.34
XYZ17.714910.27624.9207
Yxy10.27620.53830.3122
Hunter Lab32.056542.542813.3385
CIE-Lab38.333651.411122.4395

#a82a39 color RGB value is (168,42,57).

#a82a39 hex color red value is 168, green value is 42 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a82a39 hue: 0.98 , saturation: 0.60 and the lightness value of a82a39 is 0.41.

The process color (four color CMYK) of #a82a39 color hex is 0.00, 0.75, 0.66, 0.34. Web safe color of #a82a39 is #993333. Color #a82a39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101010 00111001
Octal 250 52 71
Decimal 168 42 57
Hex A8 2A 39

RGB Percentages of Color #a82a39

%62.92
%15.73
%21.35

CMYK Percentages of Color #a82a39

%0
%75
%66
%34

Triadic Colors of #a82a39

#a82a39 #39a82a #2a39a8

Analogous Colors of #a82a39

#a82a39 #a85a2a #a82a78

Monochromatic Colors of #a82a39

#a82a39

Complementary Color

#a82a39 #2aa899

#a82a39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82a39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82a39 Color CSS Codes

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

#a82a39 Text Font Color

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

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


#a82a39 Background Color

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

This div background color is #a82a39


#a82a39 Border Color

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

This div border color is #a82a39


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,42,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a82a39; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a82a39;
  -webkit-box-shadow: 1px 1px 3px 2px #a82a39;
  box-shadow:         1px 1px 3px 2px #a82a39; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,42,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82a39


Comments

No comments written yet.

Please login to write comment.