Color Hex Logo

#a82828 Color Hex

#A82828
(168,40,40)
0 Favorites   0 Comments

Color spaces of #a82828

RGB 1684040
HSL0.000.620.41
HSV76°66°
CMYK 0.000.760.76   0.34
XYZ17.29029.99563.0255
Yxy9.99560.57040.3298
Hunter Lab31.615842.291216.4573
CIE-Lab37.834551.261532.2410

#a82828 color RGB value is (168,40,40).

#a82828 hex color red value is 168, green value is 40 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a82828 hue: 0.00 , saturation: 0.62 and the lightness value of a82828 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101000 00101000
Octal 250 50 50
Decimal 168 40 40
Hex A8 28 28

RGB Percentages of Color #a82828

%67.74
%16.13
%16.13

CMYK Percentages of Color #a82828

%0
%76
%76
%34

Triadic Colors of #a82828

#a82828 #28a828 #2828a8

Analogous Colors of #a82828

#a82828 #a86828 #a82868

Monochromatic Colors of #a82828

#a82828

Complementary Color

#a82828 #28a8a8

#a82828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82828 Color CSS Codes

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

#a82828 Text Font Color

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

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


#a82828 Background Color

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

This div background color is #a82828


#a82828 Border Color

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

This div border color is #a82828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82828

#a82828 Color Palettes


Comments

No comments written yet.

Please login to write comment.