Color Hex Logo

#a0527b Color Hex

#A0527B
(160,82,123)
0 Favorites   0 Comments

Color spaces of #a0527b

RGB 16082123
HSL0.910.320.47
HSV328°49°63°
CMYK 0.000.490.23   0.37
XYZ21.089614.938220.5107
Yxy14.93820.37300.2642
Hunter Lab38.650029.7622-4.4089
CIE-Lab45.549437.4013-8.5292

#a0527b color RGB value is (160,82,123).

#a0527b hex color red value is 160, green value is 82 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #a0527b hue: 0.91 , saturation: 0.32 and the lightness value of a0527b is 0.47.

The process color (four color CMYK) of #a0527b color hex is 0.00, 0.49, 0.23, 0.37. Web safe color of #a0527b is #996666. Color #a0527b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010010 01111011
Octal 240 122 173
Decimal 160 82 123
Hex A0 52 7B

RGB Percentages of Color #a0527b

%43.84
%22.47
%33.70

CMYK Percentages of Color #a0527b

%0
%49
%23
%37

Triadic Colors of #a0527b

#a0527b #7ba052 #527ba0

Analogous Colors of #a0527b

#a0527b #a05254 #9e52a0

Monochromatic Colors of #a0527b

#a0527b

Complementary Color

#a0527b #52a077

#a0527b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0527b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0527b Color CSS Codes

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

#a0527b Text Font Color

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

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


#a0527b Background Color

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

This div background color is #a0527b


#a0527b Border Color

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

This div border color is #a0527b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,82,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0527b


Comments

No comments written yet.

Please login to write comment.