Color Hex Logo

#a8414a Color Hex

#A8414A
(168,65,74)
0 Favorites   0 Comments

Color spaces of #a8414a

RGB 1686574
HSL0.990.440.46
HSV355°61°66°
CMYK 0.000.610.56   0.34
XYZ19.274812.59987.8947
Yxy12.59980.48470.3168
Hunter Lab35.496234.809011.6607
CIE-Lab42.153943.092716.8675

#a8414a color RGB value is (168,65,74).

#a8414a hex color red value is 168, green value is 65 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a8414a hue: 0.99 , saturation: 0.44 and the lightness value of a8414a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000001 01001010
Octal 250 101 112
Decimal 168 65 74
Hex A8 41 4A

RGB Percentages of Color #a8414a

%54.72
%21.17
%24.10

CMYK Percentages of Color #a8414a

%0
%61
%56
%34

Triadic Colors of #a8414a

#a8414a #4aa841 #414aa8

Analogous Colors of #a8414a

#a8414a #a86c41 #a8417e

Monochromatic Colors of #a8414a

#a8414a

Complementary Color

#a8414a #41a89f

#a8414a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8414a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8414a Color CSS Codes

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

#a8414a Text Font Color

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

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


#a8414a Background Color

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

This div background color is #a8414a


#a8414a Border Color

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

This div border color is #a8414a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,65,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 #a8414a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8414a


Comments

No comments written yet.

Please login to write comment.