Color Hex Logo

#a3566b Color Hex

#A3566B
(163,86,107)
0 Favorites   0 Comments

Color spaces of #a3566b

RGB 16386107
HSL0.950.310.49
HSV344°47°64°
CMYK 0.000.470.34   0.36
XYZ21.085915.503615.7911
Yxy15.50360.40260.2960
Hunter Lab39.374626.68483.7841
CIE-Lab46.316434.07792.3635

#a3566b color RGB value is (163,86,107).

#a3566b hex color red value is 163, green value is 86 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a3566b hue: 0.95 , saturation: 0.31 and the lightness value of a3566b is 0.49.

The process color (four color CMYK) of #a3566b color hex is 0.00, 0.47, 0.34, 0.36. Web safe color of #a3566b is #996666. Color #a3566b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010110 01101011
Octal 243 126 153
Decimal 163 86 107
Hex A3 56 6B

RGB Percentages of Color #a3566b

%45.79
%24.16
%30.06

CMYK Percentages of Color #a3566b

%0
%47
%34
%36

Triadic Colors of #a3566b

#a3566b #6ba356 #566ba3

Analogous Colors of #a3566b

#a3566b #a36856 #a35692

Monochromatic Colors of #a3566b

#a3566b

Complementary Color

#a3566b #56a38e

#a3566b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3566b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3566b Color CSS Codes

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

#a3566b Text Font Color

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

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


#a3566b Background Color

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

This div background color is #a3566b


#a3566b Border Color

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

This div border color is #a3566b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3566b


Comments

No comments written yet.

Please login to write comment.