Color Hex Logo

#a0549b Color Hex

#A0549B
(160,84,155)
0 Favorites   0 Comments

Color spaces of #a0549b

RGB 16084155
HSL0.840.310.48
HSV304°48°63°
CMYK 0.000.480.03   0.37
XYZ23.583916.180832.8905
Yxy16.18080.32460.2227
Hunter Lab40.225434.2591-20.3211
CIE-Lab47.210841.7321-25.2100

#a0549b color RGB value is (160,84,155).

#a0549b hex color red value is 160, green value is 84 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a0549b hue: 0.84 , saturation: 0.31 and the lightness value of a0549b is 0.48.

The process color (four color CMYK) of #a0549b color hex is 0.00, 0.48, 0.03, 0.37. Web safe color of #a0549b is #996699. Color #a0549b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010100 10011011
Octal 240 124 233
Decimal 160 84 155
Hex A0 54 9B

RGB Percentages of Color #a0549b

%40.10
%21.05
%38.85

CMYK Percentages of Color #a0549b

%0
%48
%3
%37

Triadic Colors of #a0549b

#a0549b #9ba054 #549ba0

Analogous Colors of #a0549b

#a0549b #a05475 #7f54a0

Monochromatic Colors of #a0549b

#a0549b

Complementary Color

#a0549b #54a059

#a0549b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0549b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0549b Color CSS Codes

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

#a0549b Text Font Color

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

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


#a0549b Background Color

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

This div background color is #a0549b


#a0549b Border Color

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

This div border color is #a0549b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0549b


Comments

No comments written yet.

Please login to write comment.