Color Hex Logo

#a4538e Color Hex

#A4538E
(164,83,142)
0 Favorites   0 Comments

Color spaces of #a4538e

RGB 16483142
HSL0.880.330.48
HSV316°49°64°
CMYK 0.000.490.13   0.36
XYZ23.285616.032027.4584
Yxy16.03200.34870.2401
Hunter Lab40.040033.7383-12.6316
CIE-Lab47.016441.2395-17.7087

#a4538e color RGB value is (164,83,142).

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

The process color (four color CMYK) of #a4538e color hex is 0.00, 0.49, 0.13, 0.36. Web safe color of #a4538e is #996699. Color #a4538e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010011 10001110
Octal 244 123 216
Decimal 164 83 142
Hex A4 53 8E

RGB Percentages of Color #a4538e

%42.16
%21.34
%36.50

CMYK Percentages of Color #a4538e

%0
%49
%13
%36

Triadic Colors of #a4538e

#a4538e #8ea453 #538ea4

Analogous Colors of #a4538e

#a4538e #a45366 #9253a4

Monochromatic Colors of #a4538e

#a4538e

Complementary Color

#a4538e #53a469

#a4538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4538e Color CSS Codes

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

#a4538e Text Font Color

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

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


#a4538e Background Color

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

This div background color is #a4538e


#a4538e Border Color

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

This div border color is #a4538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4538e


Comments

No comments written yet.

Please login to write comment.