Color Hex Logo

#a4579b Color Hex

#A4579B
(164,87,155)
0 Favorites   0 Comments

Color spaces of #a4579b

RGB 16487155
HSL0.850.310.49
HSV307°47°64°
CMYK 0.000.470.05   0.36
XYZ24.634417.075533.0079
Yxy17.07550.32970.2285
Hunter Lab41.322534.0983-18.4343
CIE-Lab48.355041.3975-23.3966

#a4579b color RGB value is (164,87,155).

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

The process color (four color CMYK) of #a4579b color hex is 0.00, 0.47, 0.05, 0.36. Web safe color of #a4579b is #996699. Color #a4579b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010111 10011011
Octal 244 127 233
Decimal 164 87 155
Hex A4 57 9B

RGB Percentages of Color #a4579b

%40.39
%21.43
%38.18

CMYK Percentages of Color #a4579b

%0
%47
%5
%36

Triadic Colors of #a4579b

#a4579b #9ba457 #579ba4

Analogous Colors of #a4579b

#a4579b #a45775 #8757a4

Monochromatic Colors of #a4579b

#a4579b

Complementary Color

#a4579b #57a460

#a4579b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4579b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4579b Color CSS Codes

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

#a4579b Text Font Color

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

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


#a4579b Background Color

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

This div background color is #a4579b


#a4579b Border Color

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

This div border color is #a4579b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4579b


Comments

No comments written yet.

Please login to write comment.