Color Hex Logo

#a8448c Color Hex

#A8448C
(168,68,140)
0 Favorites   0 Comments

Color spaces of #a8448c

RGB 16868140
HSL0.880.420.46
HSV317°60°66°
CMYK 0.000.600.17   0.34
XYZ22.949214.352526.3717
Yxy14.35250.36040.2254
Hunter Lab37.884741.8307-14.7527
CIE-Lab44.734349.5626-19.9540

#a8448c color RGB value is (168,68,140).

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

The process color (four color CMYK) of #a8448c color hex is 0.00, 0.60, 0.17, 0.34. Web safe color of #a8448c is #993399. Color #a8448c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000100 10001100
Octal 250 104 214
Decimal 168 68 140
Hex A8 44 8C

RGB Percentages of Color #a8448c

%44.68
%18.09
%37.23

CMYK Percentages of Color #a8448c

%0
%60
%17
%34

Triadic Colors of #a8448c

#a8448c #8ca844 #448ca8

Analogous Colors of #a8448c

#a8448c #a8445a #9244a8

Monochromatic Colors of #a8448c

#a8448c

Complementary Color

#a8448c #44a860

#a8448c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8448c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8448c Color CSS Codes

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

#a8448c Text Font Color

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

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


#a8448c Background Color

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

This div background color is #a8448c


#a8448c Border Color

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

This div border color is #a8448c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8448c

#a8448c Color Palettes


Comments

No comments written yet.

Please login to write comment.