Color Hex Logo

#a4348e Color Hex

#A4348E
(164,52,142)
0 Favorites   0 Comments

Color spaces of #a4348e

RGB 16452142
HSL0.870.520.42
HSV312°68°64°
CMYK 0.000.680.13   0.36
XYZ21.420312.301526.8366
Yxy12.30150.35370.2031
Hunter Lab35.073547.6360-20.8145
CIE-Lab41.691355.6050-25.9288

#a4348e color RGB value is (164,52,142).

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

The process color (four color CMYK) of #a4348e color hex is 0.00, 0.68, 0.13, 0.36. Web safe color of #a4348e is #993399. Color #a4348e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110100 10001110
Octal 244 64 216
Decimal 164 52 142
Hex A4 34 8E

RGB Percentages of Color #a4348e

%45.81
%14.53
%39.66

CMYK Percentages of Color #a4348e

%0
%68
%13
%36

Triadic Colors of #a4348e

#a4348e #8ea434 #348ea4

Analogous Colors of #a4348e

#a4348e #a43456 #8234a4

Monochromatic Colors of #a4348e

#a4348e

Complementary Color

#a4348e #34a44a

#a4348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4348e Color CSS Codes

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

#a4348e Text Font Color

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

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


#a4348e Background Color

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

This div background color is #a4348e


#a4348e Border Color

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

This div border color is #a4348e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4348e


Comments

No comments written yet.

Please login to write comment.