Color Hex Logo

#a4499b Color Hex

#A4499B
(164,73,155)
0 Favorites   0 Comments

Color spaces of #a4499b

RGB 16473155
HSL0.850.380.46
HSV306°55°64°
CMYK 0.000.550.05   0.36
XYZ23.608815.024232.6660
Yxy15.02420.33110.2107
Hunter Lab38.761140.8899-22.8341
CIE-Lab45.667348.4955-27.5651

#a4499b color RGB value is (164,73,155).

#a4499b hex color red value is 164, green value is 73 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a4499b hue: 0.85 , saturation: 0.38 and the lightness value of a4499b is 0.46.

The process color (four color CMYK) of #a4499b color hex is 0.00, 0.55, 0.05, 0.36. Web safe color of #a4499b is #993399. Color #a4499b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 10011011
Octal 244 111 233
Decimal 164 73 155
Hex A4 49 9B

RGB Percentages of Color #a4499b

%41.84
%18.62
%39.54

CMYK Percentages of Color #a4499b

%0
%55
%5
%36

Triadic Colors of #a4499b

#a4499b #9ba449 #499ba4

Analogous Colors of #a4499b

#a4499b #a4496e #8049a4

Monochromatic Colors of #a4499b

#a4499b

Complementary Color

#a4499b #49a452

#a4499b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4499b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4499b Color CSS Codes

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

#a4499b Text Font Color

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

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


#a4499b Background Color

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

This div background color is #a4499b


#a4499b Border Color

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

This div border color is #a4499b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4499b


Comments

No comments written yet.

Please login to write comment.