Color Hex Logo

#a4355f Color Hex

#A4355F
(164,53,95)
0 Favorites   0 Comments

Color spaces of #a4355f

RGB 1645395
HSL0.940.510.43
HSV337°68°64°
CMYK 0.000.680.42   0.36
XYZ18.648511.264912.0179
Yxy11.26490.44470.2687
Hunter Lab33.563240.44312.2644
CIE-Lab40.023149.06060.6545

#a4355f color RGB value is (164,53,95).

#a4355f hex color red value is 164, green value is 53 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a4355f hue: 0.94 , saturation: 0.51 and the lightness value of a4355f is 0.43.

The process color (four color CMYK) of #a4355f color hex is 0.00, 0.68, 0.42, 0.36. Web safe color of #a4355f is #993366. Color #a4355f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110101 01011111
Octal 244 65 137
Decimal 164 53 95
Hex A4 35 5F

RGB Percentages of Color #a4355f

%52.56
%16.99
%30.45

CMYK Percentages of Color #a4355f

%0
%68
%42
%36

Triadic Colors of #a4355f

#a4355f #5fa435 #355fa4

Analogous Colors of #a4355f

#a4355f #a44335 #a43597

Monochromatic Colors of #a4355f

#a4355f

Complementary Color

#a4355f #35a47a

#a4355f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4355f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4355f Color CSS Codes

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

#a4355f Text Font Color

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

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


#a4355f Background Color

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

This div background color is #a4355f


#a4355f Border Color

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

This div border color is #a4355f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,53,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4355f


Comments

No comments written yet.

Please login to write comment.