Color Hex Logo

#a6538e Color Hex

#A6538E
(166,83,142)
0 Favorites   0 Comments

Color spaces of #a6538e

RGB 16683142
HSL0.880.330.49
HSV317°50°65°
CMYK 0.000.500.14   0.35
XYZ23.701616.246527.4779
Yxy16.24650.35150.2410
Hunter Lab40.306934.4258-12.2041
CIE-Lab47.296241.8856-17.2562

#a6538e color RGB value is (166,83,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010011 10001110
Octal 246 123 216
Decimal 166 83 142
Hex A6 53 8E

RGB Percentages of Color #a6538e

%42.46
%21.23
%36.32

CMYK Percentages of Color #a6538e

%0
%50
%14
%35

Triadic Colors of #a6538e

#a6538e #8ea653 #538ea6

Analogous Colors of #a6538e

#a6538e #a65365 #9553a6

Monochromatic Colors of #a6538e

#a6538e

Complementary Color

#a6538e #53a66b

#a6538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6538e Color CSS Codes

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

#a6538e Text Font Color

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

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


#a6538e Background Color

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

This div background color is #a6538e


#a6538e Border Color

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

This div border color is #a6538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6538e


Comments

No comments written yet.

Please login to write comment.