Color Hex Logo

#a4309d Color Hex

#A4309D
(164,48,157)
0 Favorites   0 Comments

Color spaces of #a4309d

RGB 16448157
HSL0.840.550.42
HSV304°71°64°
CMYK 0.000.710.04   0.36
XYZ22.452612.440733.1162
Yxy12.44070.33010.1829
Hunter Lab35.271451.9023-30.9773
CIE-Lab41.908159.4820-34.6588

#a4309d color RGB value is (164,48,157).

#a4309d hex color red value is 164, green value is 48 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a4309d hue: 0.84 , saturation: 0.55 and the lightness value of a4309d is 0.42.

The process color (four color CMYK) of #a4309d color hex is 0.00, 0.71, 0.04, 0.36. Web safe color of #a4309d is #993399. Color #a4309d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110000 10011101
Octal 244 60 235
Decimal 164 48 157
Hex A4 30 9D

RGB Percentages of Color #a4309d

%44.44
%13.01
%42.55

CMYK Percentages of Color #a4309d

%0
%71
%4
%36

Triadic Colors of #a4309d

#a4309d #9da430 #309da4

Analogous Colors of #a4309d

#a4309d #a43063 #7130a4

Monochromatic Colors of #a4309d

#a4309d

Complementary Color

#a4309d #30a437

#a4309d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4309d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4309d Color CSS Codes

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

#a4309d Text Font Color

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

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


#a4309d Background Color

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

This div background color is #a4309d


#a4309d Border Color

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

This div border color is #a4309d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4309d


Comments

No comments written yet.

Please login to write comment.