Color Hex Logo

#a8421e Color Hex

#A8421E
(168,66,30)
0 Favorites   0 Comments

Color spaces of #a8421e

RGB 1686630
HSL0.040.700.39
HSV16°82°66°
CMYK 0.000.610.82   0.34
XYZ18.331012.31502.6392
Yxy12.31500.55070.3700
Hunter Lab35.092731.828820.1059
CIE-Lab41.712440.120741.6235

#a8421e color RGB value is (168,66,30).

#a8421e hex color red value is 168, green value is 66 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a8421e hue: 0.04 , saturation: 0.70 and the lightness value of a8421e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000010 00011110
Octal 250 102 36
Decimal 168 66 30
Hex A8 42 1E

RGB Percentages of Color #a8421e

%63.64
%25.00
%11.36

CMYK Percentages of Color #a8421e

%0
%61
%82
%34

Triadic Colors of #a8421e

#a8421e #1ea842 #421ea8

Analogous Colors of #a8421e

#a8421e #a8871e #a81e3f

Monochromatic Colors of #a8421e

#a8421e

Complementary Color

#a8421e #1e84a8

#a8421e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8421e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8421e Color CSS Codes

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

#a8421e Text Font Color

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

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


#a8421e Background Color

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

This div background color is #a8421e


#a8421e Border Color

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

This div border color is #a8421e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8421e


Comments

No comments written yet.

Please login to write comment.