Color Hex Logo

#a8448b Color Hex

#A8448B
(168,68,139)
0 Favorites   0 Comments

Color spaces of #a8448b

RGB 16868139
HSL0.880.420.46
HSV317°60°66°
CMYK 0.000.600.17   0.34
XYZ22.875814.323225.9851
Yxy14.32320.36200.2267
Hunter Lab37.846041.6628-14.2164
CIE-Lab44.692949.4085-19.4131

#a8448b color RGB value is (168,68,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000100 10001011
Octal 250 104 213
Decimal 168 68 139
Hex A8 44 8B

RGB Percentages of Color #a8448b

%44.80
%18.13
%37.07

CMYK Percentages of Color #a8448b

%0
%60
%17
%34

Triadic Colors of #a8448b

#a8448b #8ba844 #448ba8

Analogous Colors of #a8448b

#a8448b #a84459 #9344a8

Monochromatic Colors of #a8448b

#a8448b

Complementary Color

#a8448b #44a861

#a8448b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8448b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8448b Color CSS Codes

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

#a8448b Text Font Color

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

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


#a8448b Background Color

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

This div background color is #a8448b


#a8448b Border Color

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

This div border color is #a8448b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8448b


Comments

No comments written yet.

Please login to write comment.