Color Hex Logo

#a35059 Color Hex

#A35059
(163,80,89)
0 Favorites   0 Comments

Color spaces of #a35059

RGB 1638089
HSL0.980.340.48
HSV353°51°64°
CMYK 0.000.510.45   0.36
XYZ19.776114.245111.1585
Yxy14.24510.43770.3153
Hunter Lab37.742727.47938.8910
CIE-Lab44.582435.150110.8590

#a35059 color RGB value is (163,80,89).

#a35059 hex color red value is 163, green value is 80 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a35059 hue: 0.98 , saturation: 0.34 and the lightness value of a35059 is 0.48.

The process color (four color CMYK) of #a35059 color hex is 0.00, 0.51, 0.45, 0.36. Web safe color of #a35059 is #996666. Color #a35059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010000 01011001
Octal 243 120 131
Decimal 163 80 89
Hex A3 50 59

RGB Percentages of Color #a35059

%49.10
%24.10
%26.81

CMYK Percentages of Color #a35059

%0
%51
%45
%36

Triadic Colors of #a35059

#a35059 #59a350 #5059a3

Analogous Colors of #a35059

#a35059 #a37150 #a35083

Monochromatic Colors of #a35059

#a35059

Complementary Color

#a35059 #50a39a

#a35059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35059 Color CSS Codes

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

#a35059 Text Font Color

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

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


#a35059 Background Color

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

This div background color is #a35059


#a35059 Border Color

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

This div border color is #a35059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35059


Comments

No comments written yet.

Please login to write comment.