Color Hex Logo

#a36580 Color Hex

#A36580
(163,101,128)
0 Favorites   0 Comments

Color spaces of #a36580

RGB 163101128
HSL0.930.250.52
HSV334°38°64°
CMYK 0.000.380.21   0.36
XYZ23.654218.652422.7756
Yxy18.65240.36350.2866
Hunter Lab43.188422.1843-1.0349
CIE-Lab50.278028.8232-4.4501

#a36580 color RGB value is (163,101,128).

#a36580 hex color red value is 163, green value is 101 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a36580 hue: 0.93 , saturation: 0.25 and the lightness value of a36580 is 0.52.

The process color (four color CMYK) of #a36580 color hex is 0.00, 0.38, 0.21, 0.36. Web safe color of #a36580 is #996699. Color #a36580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100101 10000000
Octal 243 145 200
Decimal 163 101 128
Hex A3 65 80

RGB Percentages of Color #a36580

%41.58
%25.77
%32.65

CMYK Percentages of Color #a36580

%0
%38
%21
%36

Triadic Colors of #a36580

#a36580 #80a365 #6580a3

Analogous Colors of #a36580

#a36580 #a36965 #a3659f

Monochromatic Colors of #a36580

#a36580

Complementary Color

#a36580 #65a388

#a36580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36580 Color CSS Codes

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

#a36580 Text Font Color

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

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


#a36580 Background Color

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

This div background color is #a36580


#a36580 Border Color

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

This div border color is #a36580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36580


Comments

No comments written yet.

Please login to write comment.