Color Hex Logo

#a6528c Color Hex

#A6528C
(166,82,140)
0 Favorites   0 Comments

Color spaces of #a6528c

RGB 16682140
HSL0.880.340.49
HSV319°51°65°
CMYK 0.000.510.16   0.35
XYZ23.476816.035026.6686
Yxy16.03500.35470.2423
Hunter Lab40.043734.5743-11.4558
CIE-Lab47.020442.0766-16.4786

#a6528c color RGB value is (166,82,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010010 10001100
Octal 246 122 214
Decimal 166 82 140
Hex A6 52 8C

RGB Percentages of Color #a6528c

%42.78
%21.13
%36.08

CMYK Percentages of Color #a6528c

%0
%51
%16
%35

Triadic Colors of #a6528c

#a6528c #8ca652 #528ca6

Analogous Colors of #a6528c

#a6528c #a65262 #9652a6

Monochromatic Colors of #a6528c

#a6528c

Complementary Color

#a6528c #52a66c

#a6528c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6528c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6528c Color CSS Codes

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

#a6528c Text Font Color

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

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


#a6528c Background Color

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

This div background color is #a6528c


#a6528c Border Color

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

This div border color is #a6528c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6528c


Comments

No comments written yet.

Please login to write comment.