Color Hex Logo

#a057df Color Hex

#A057DF
(160,87,223)
0 Favorites   0 Comments

Color spaces of #a057df

RGB 16087223
HSL0.760.680.61
HSV272°61°87°
CMYK 0.280.610.00   0.13
XYZ31.224719.617771.9529
Yxy19.61770.25430.1598
Hunter Lab44.291948.3274-65.3133
CIE-Lab51.402254.4766-57.9938

#a057df color RGB value is (160,87,223).

#a057df hex color red value is 160, green value is 87 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a057df hue: 0.76 , saturation: 0.68 and the lightness value of a057df is 0.61.

The process color (four color CMYK) of #a057df color hex is 0.28, 0.61, 0.00, 0.13. Web safe color of #a057df is #9966cc. Color #a057df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010111 11011111
Octal 240 127 337
Decimal 160 87 223
Hex A0 57 DF

RGB Percentages of Color #a057df

%34.04
%18.51
%47.45

CMYK Percentages of Color #a057df

%28
%61
%0
%13

Triadic Colors of #a057df

#a057df #dfa057 #57dfa0

Analogous Colors of #a057df

#a057df #df57da #5c57df

Monochromatic Colors of #a057df

#a057df

Complementary Color

#a057df #96df57

#a057df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a057df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a057df Color CSS Codes

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

#a057df Text Font Color

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

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


#a057df Background Color

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

This div background color is #a057df


#a057df Border Color

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

This div border color is #a057df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a057df


Comments

No comments written yet.

Please login to write comment.