Color Hex Logo

#a3568e Color Hex

#A3568E
(163,86,142)
0 Favorites   0 Comments

Color spaces of #a3568e

RGB 16386142
HSL0.880.310.49
HSV316°47°64°
CMYK 0.000.470.13   0.36
XYZ23.314516.395127.5269
Yxy16.39510.34680.2438
Hunter Lab40.490931.9207-11.9635
CIE-Lab47.488639.3336-16.9995

#a3568e color RGB value is (163,86,142).

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

The process color (four color CMYK) of #a3568e color hex is 0.00, 0.47, 0.13, 0.36. Web safe color of #a3568e is #996699. Color #a3568e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010110 10001110
Octal 243 126 216
Decimal 163 86 142
Hex A3 56 8E

RGB Percentages of Color #a3568e

%41.69
%21.99
%36.32

CMYK Percentages of Color #a3568e

%0
%47
%13
%36

Triadic Colors of #a3568e

#a3568e #8ea356 #568ea3

Analogous Colors of #a3568e

#a3568e #a35668 #9256a3

Monochromatic Colors of #a3568e

#a3568e

Complementary Color

#a3568e #56a36b

#a3568e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3568e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3568e Color CSS Codes

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

#a3568e Text Font Color

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

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


#a3568e Background Color

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

This div background color is #a3568e


#a3568e Border Color

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

This div border color is #a3568e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3568e


Comments

No comments written yet.

Please login to write comment.