Color Hex Logo

#a057bd Color Hex

#A057BD
(160,87,189)
0 Favorites   0 Comments

Color spaces of #a057bd

RGB 16087189
HSL0.790.440.54
HSV283°54°74°
CMYK 0.150.540.00   0.26
XYZ27.090717.964150.1837
Yxy17.96410.28450.1886
Hunter Lab42.384139.9200-40.5318
CIE-Lab49.452546.9286-41.6398

#a057bd color RGB value is (160,87,189).

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

The process color (four color CMYK) of #a057bd color hex is 0.15, 0.54, 0.00, 0.26. Web safe color of #a057bd is #9966cc. Color #a057bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010111 10111101
Octal 240 127 275
Decimal 160 87 189
Hex A0 57 BD

RGB Percentages of Color #a057bd

%36.70
%19.95
%43.35

CMYK Percentages of Color #a057bd

%15
%54
%0
%26

Triadic Colors of #a057bd

#a057bd #bda057 #57bda0

Analogous Colors of #a057bd

#a057bd #bd57a7 #6d57bd

Monochromatic Colors of #a057bd

#a057bd

Complementary Color

#a057bd #74bd57

#a057bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a057bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a057bd Color CSS Codes

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

#a057bd Text Font Color

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

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


#a057bd Background Color

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

This div background color is #a057bd


#a057bd Border Color

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

This div border color is #a057bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a057bd


Comments

No comments written yet.

Please login to write comment.