Color Hex Logo

#a05363 Color Hex

#A05363
(160,83,99)
0 Favorites   0 Comments

Color spaces of #a05363

RGB 1608399
HSL0.970.320.48
HSV348°48°63°
CMYK 0.000.480.38   0.37
XYZ19.842614.560913.5691
Yxy14.56090.41360.3035
Hunter Lab38.158726.04245.6278
CIE-Lab45.026833.56635.3198

#a05363 color RGB value is (160,83,99).

#a05363 hex color red value is 160, green value is 83 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a05363 hue: 0.97 , saturation: 0.32 and the lightness value of a05363 is 0.48.

The process color (four color CMYK) of #a05363 color hex is 0.00, 0.48, 0.38, 0.37. Web safe color of #a05363 is #996666. Color #a05363 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 01100011
Octal 240 123 143
Decimal 160 83 99
Hex A0 53 63

RGB Percentages of Color #a05363

%46.78
%24.27
%28.95

CMYK Percentages of Color #a05363

%0
%48
%38
%37

Triadic Colors of #a05363

#a05363 #63a053 #5363a0

Analogous Colors of #a05363

#a05363 #a06a53 #a0538a

Monochromatic Colors of #a05363

#a05363

Complementary Color

#a05363 #53a090

#a05363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05363 Color CSS Codes

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

#a05363 Text Font Color

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

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


#a05363 Background Color

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

This div background color is #a05363


#a05363 Border Color

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

This div border color is #a05363


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,83,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05363


Comments

No comments written yet.

Please login to write comment.