Color Hex Logo

#a6548c Color Hex

#A6548C
(166,84,140)
0 Favorites   0 Comments

Color spaces of #a6548c

RGB 16684140
HSL0.890.330.49
HSV319°49°65°
CMYK 0.000.490.16   0.35
XYZ23.629816.341126.7197
Yxy16.34110.35430.2450
Hunter Lab40.424133.5994-10.8929
CIE-Lab47.418941.0390-15.8714

#a6548c color RGB value is (166,84,140).

#a6548c hex color red value is 166, green value is 84 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #a6548c hue: 0.89 , saturation: 0.33 and the lightness value of a6548c is 0.49.

The process color (four color CMYK) of #a6548c color hex is 0.00, 0.49, 0.16, 0.35. Web safe color of #a6548c is #996699. Color #a6548c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010100 10001100
Octal 246 124 214
Decimal 166 84 140
Hex A6 54 8C

RGB Percentages of Color #a6548c

%42.56
%21.54
%35.90

CMYK Percentages of Color #a6548c

%0
%49
%16
%35

Triadic Colors of #a6548c

#a6548c #8ca654 #548ca6

Analogous Colors of #a6548c

#a6548c #a65463 #9754a6

Monochromatic Colors of #a6548c

#a6548c

Complementary Color

#a6548c #54a66e

#a6548c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6548c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6548c Color CSS Codes

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

#a6548c Text Font Color

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

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


#a6548c Background Color

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

This div background color is #a6548c


#a6548c Border Color

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

This div border color is #a6548c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6548c


Comments

No comments written yet.

Please login to write comment.