Color Hex Logo

#a3586f Color Hex

#A3586F
(163,88,111)
0 Favorites   0 Comments

Color spaces of #a3586f

RGB 16388111
HSL0.950.300.49
HSV342°46°64°
CMYK 0.000.460.32   0.36
XYZ21.463215.913716.9793
Yxy15.91370.39490.2928
Hunter Lab39.892026.22792.6887
CIE-Lab46.861133.52480.7305

#a3586f color RGB value is (163,88,111).

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

The process color (four color CMYK) of #a3586f color hex is 0.00, 0.46, 0.32, 0.36. Web safe color of #a3586f is #996666. Color #a3586f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011000 01101111
Octal 243 130 157
Decimal 163 88 111
Hex A3 58 6F

RGB Percentages of Color #a3586f

%45.03
%24.31
%30.66

CMYK Percentages of Color #a3586f

%0
%46
%32
%36

Triadic Colors of #a3586f

#a3586f #6fa358 #586fa3

Analogous Colors of #a3586f

#a3586f #a36758 #a35895

Monochromatic Colors of #a3586f

#a3586f

Complementary Color

#a3586f #58a38c

#a3586f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3586f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3586f Color CSS Codes

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

#a3586f Text Font Color

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

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


#a3586f Background Color

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

This div background color is #a3586f


#a3586f Border Color

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

This div border color is #a3586f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3586f


Comments

No comments written yet.

Please login to write comment.