Color Hex Logo

#a6568e Color Hex

#A6568E
(166,86,142)
0 Favorites   0 Comments

Color spaces of #a6568e

RGB 16686142
HSL0.880.320.49
HSV318°48°65°
CMYK 0.000.480.14   0.35
XYZ23.936216.715627.5560
Yxy16.71560.35090.2451
Hunter Lab40.884732.9556-11.3417
CIE-Lab47.899740.3196-16.3354

#a6568e color RGB value is (166,86,142).

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

The process color (four color CMYK) of #a6568e color hex is 0.00, 0.48, 0.14, 0.35. Web safe color of #a6568e is #996699. Color #a6568e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 10001110
Octal 246 126 216
Decimal 166 86 142
Hex A6 56 8E

RGB Percentages of Color #a6568e

%42.13
%21.83
%36.04

CMYK Percentages of Color #a6568e

%0
%48
%14
%35

Triadic Colors of #a6568e

#a6568e #8ea656 #568ea6

Analogous Colors of #a6568e

#a6568e #a65666 #9656a6

Monochromatic Colors of #a6568e

#a6568e

Complementary Color

#a6568e #56a66e

#a6568e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6568e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6568e Color CSS Codes

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

#a6568e Text Font Color

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

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


#a6568e Background Color

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

This div background color is #a6568e


#a6568e Border Color

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

This div border color is #a6568e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,86,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6568e


Comments

No comments written yet.

Please login to write comment.