Color Hex Logo

#a8446e Color Hex

#A8446E
(168,68,110)
0 Favorites   0 Comments

Color spaces of #a8446e

RGB 16868110
HSL0.930.420.46
HSV335°60°66°
CMYK 0.000.600.35   0.34
XYZ21.030013.584916.2656
Yxy13.58490.41330.2670
Hunter Lab36.857737.3463-0.3648
CIE-Lab43.631645.3822-3.3075

#a8446e color RGB value is (168,68,110).

#a8446e hex color red value is 168, green value is 68 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a8446e hue: 0.93 , saturation: 0.42 and the lightness value of a8446e is 0.46.

The process color (four color CMYK) of #a8446e color hex is 0.00, 0.60, 0.35, 0.34. Web safe color of #a8446e is #993366. Color #a8446e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000100 01101110
Octal 250 104 156
Decimal 168 68 110
Hex A8 44 6E

RGB Percentages of Color #a8446e

%48.55
%19.65
%31.79

CMYK Percentages of Color #a8446e

%0
%60
%35
%34

Triadic Colors of #a8446e

#a8446e #6ea844 #446ea8

Analogous Colors of #a8446e

#a8446e #a84c44 #a844a0

Monochromatic Colors of #a8446e

#a8446e

Complementary Color

#a8446e #44a87e

#a8446e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8446e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8446e Color CSS Codes

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

#a8446e Text Font Color

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

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


#a8446e Background Color

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

This div background color is #a8446e


#a8446e Border Color

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

This div border color is #a8446e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8446e


Comments

No comments written yet.

Please login to write comment.