Color Hex Logo

#a4346f Color Hex

#A4346F
(164,52,111)
0 Favorites   0 Comments

Color spaces of #a4346f

RGB 16452111
HSL0.910.520.42
HSV328°68°64°
CMYK 0.000.680.32   0.36
XYZ19.407111.496216.2350
Yxy11.49620.41170.2439
Hunter Lab33.906042.8340-4.6552
CIE-Lab40.403951.3064-8.8059

#a4346f color RGB value is (164,52,111).

#a4346f hex color red value is 164, green value is 52 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #a4346f hue: 0.91 , saturation: 0.52 and the lightness value of a4346f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110100 01101111
Octal 244 64 157
Decimal 164 52 111
Hex A4 34 6F

RGB Percentages of Color #a4346f

%50.15
%15.90
%33.94

CMYK Percentages of Color #a4346f

%0
%68
%32
%36

Triadic Colors of #a4346f

#a4346f #6fa434 #346fa4

Analogous Colors of #a4346f

#a4346f #a43437 #a134a4

Monochromatic Colors of #a4346f

#a4346f

Complementary Color

#a4346f #34a469

#a4346f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4346f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4346f Color CSS Codes

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

#a4346f Text Font Color

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

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


#a4346f Background Color

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

This div background color is #a4346f


#a4346f Border Color

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

This div border color is #a4346f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4346f


Comments

No comments written yet.

Please login to write comment.