Color Hex Logo

#a6448b Color Hex

#A6448B
(166,68,139)
0 Favorites   0 Comments

Color spaces of #a6448b

RGB 16668139
HSL0.880.420.46
HSV317°59°65°
CMYK 0.000.590.16   0.35
XYZ22.453214.105325.9653
Yxy14.10530.35910.2256
Hunter Lab37.557040.9902-14.7006
CIE-Lab44.383648.8148-19.9150

#a6448b color RGB value is (166,68,139).

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

The process color (four color CMYK) of #a6448b color hex is 0.00, 0.59, 0.16, 0.35. Web safe color of #a6448b is #993399. Color #a6448b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000100 10001011
Octal 246 104 213
Decimal 166 68 139
Hex A6 44 8B

RGB Percentages of Color #a6448b

%44.50
%18.23
%37.27

CMYK Percentages of Color #a6448b

%0
%59
%16
%35

Triadic Colors of #a6448b

#a6448b #8ba644 #448ba6

Analogous Colors of #a6448b

#a6448b #a6445a #9044a6

Monochromatic Colors of #a6448b

#a6448b

Complementary Color

#a6448b #44a65f

#a6448b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6448b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6448b Color CSS Codes

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

#a6448b Text Font Color

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

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


#a6448b Background Color

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

This div background color is #a6448b


#a6448b Border Color

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

This div border color is #a6448b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6448b


Comments

No comments written yet.

Please login to write comment.