Color Hex Logo

#a35064 Color Hex

#A35064
(163,80,100)
0 Favorites   0 Comments

Color spaces of #a35064

RGB 16380100
HSL0.960.340.48
HSV346°51°64°
CMYK 0.000.510.39   0.36
XYZ20.273214.444013.7760
Yxy14.44400.41810.2979
Hunter Lab38.005328.70835.1125
CIE-Lab44.863136.40244.5323

#a35064 color RGB value is (163,80,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010000 01100100
Octal 243 120 144
Decimal 163 80 100
Hex A3 50 64

RGB Percentages of Color #a35064

%47.52
%23.32
%29.15

CMYK Percentages of Color #a35064

%0
%51
%39
%36

Triadic Colors of #a35064

#a35064 #64a350 #5064a3

Analogous Colors of #a35064

#a35064 #a36650 #a3508e

Monochromatic Colors of #a35064

#a35064

Complementary Color

#a35064 #50a38f

#a35064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35064 Color CSS Codes

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

#a35064 Text Font Color

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

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


#a35064 Background Color

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

This div background color is #a35064


#a35064 Border Color

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

This div border color is #a35064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35064


Comments

No comments written yet.

Please login to write comment.