Color Hex Logo

#a45364 Color Hex

#A45364
(164,83,100)
0 Favorites   0 Comments

Color spaces of #a45364

RGB 16483100
HSL0.970.330.48
HSV347°49°64°
CMYK 0.000.490.39   0.36
XYZ20.703314.999113.8605
Yxy14.99910.41770.3026
Hunter Lab38.728727.64615.8909
CIE-Lab45.633035.18175.6549

#a45364 color RGB value is (164,83,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010011 01100100
Octal 244 123 144
Decimal 164 83 100
Hex A4 53 64

RGB Percentages of Color #a45364

%47.26
%23.92
%28.82

CMYK Percentages of Color #a45364

%0
%49
%39
%36

Triadic Colors of #a45364

#a45364 #64a453 #5364a4

Analogous Colors of #a45364

#a45364 #a46b53 #a4538d

Monochromatic Colors of #a45364

#a45364

Complementary Color

#a45364 #53a493

#a45364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45364 Color CSS Codes

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

#a45364 Text Font Color

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

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


#a45364 Background Color

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

This div background color is #a45364


#a45364 Border Color

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

This div border color is #a45364


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,83,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 #a45364">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45364


Comments

No comments written yet.

Please login to write comment.