Color Hex Logo

#a4358a Color Hex

#A4358A
(164,53,138)
0 Favorites   0 Comments

Color spaces of #a4358a

RGB 16453138
HSL0.870.510.43
HSV314°68°64°
CMYK 0.000.680.16   0.36
XYZ21.170412.273725.2980
Yxy12.27370.36040.2089
Hunter Lab35.033846.5555-18.2897
CIE-Lab41.647954.6046-23.5600

#a4358a color RGB value is (164,53,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110101 10001010
Octal 244 65 212
Decimal 164 53 138
Hex A4 35 8A

RGB Percentages of Color #a4358a

%46.20
%14.93
%38.87

CMYK Percentages of Color #a4358a

%0
%68
%16
%36

Triadic Colors of #a4358a

#a4358a #8aa435 #358aa4

Analogous Colors of #a4358a

#a4358a #a43553 #8735a4

Monochromatic Colors of #a4358a

#a4358a

Complementary Color

#a4358a #35a44f

#a4358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4358a Color CSS Codes

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

#a4358a Text Font Color

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

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


#a4358a Background Color

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

This div background color is #a4358a


#a4358a Border Color

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

This div border color is #a4358a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4358a


Comments

No comments written yet.

Please login to write comment.