Color Hex Logo

#a057ba Color Hex

#A057BA
(160,87,186)
0 Favorites   0 Comments

Color spaces of #a057ba

RGB 16087186
HSL0.790.420.54
HSV284°53°73°
CMYK 0.140.530.00   0.27
XYZ26.768317.835148.4861
Yxy17.83510.28760.1916
Hunter Lab42.231639.2360-38.5087
CIE-Lab49.295546.2949-40.1485

#a057ba color RGB value is (160,87,186).

#a057ba hex color red value is 160, green value is 87 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a057ba hue: 0.79 , saturation: 0.42 and the lightness value of a057ba is 0.54.

The process color (four color CMYK) of #a057ba color hex is 0.14, 0.53, 0.00, 0.27. Web safe color of #a057ba is #9966cc. Color #a057ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010111 10111010
Octal 240 127 272
Decimal 160 87 186
Hex A0 57 BA

RGB Percentages of Color #a057ba

%36.95
%20.09
%42.96

CMYK Percentages of Color #a057ba

%14
%53
%0
%27

Triadic Colors of #a057ba

#a057ba #baa057 #57baa0

Analogous Colors of #a057ba

#a057ba #ba57a3 #6f57ba

Monochromatic Colors of #a057ba

#a057ba

Complementary Color

#a057ba #71ba57

#a057ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a057ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a057ba Color CSS Codes

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

#a057ba Text Font Color

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

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


#a057ba Background Color

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

This div background color is #a057ba


#a057ba Border Color

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

This div border color is #a057ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a057ba


Comments

No comments written yet.

Please login to write comment.