Color Hex Logo

#a057af Color Hex

#A057AF
(160,87,175)
0 Favorites   0 Comments

Color spaces of #a057af

RGB 16087175
HSL0.800.350.51
HSV290°50°69°
CMYK 0.090.500.00   0.31
XYZ25.643317.385142.5616
Yxy17.38510.29960.2031
Hunter Lab41.695436.8131-31.3348
CIE-Lab48.741644.0250-34.6108

#a057af color RGB value is (160,87,175).

#a057af hex color red value is 160, green value is 87 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a057af hue: 0.80 , saturation: 0.35 and the lightness value of a057af is 0.51.

The process color (four color CMYK) of #a057af color hex is 0.09, 0.50, 0.00, 0.31. Web safe color of #a057af is #996699. Color #a057af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010111 10101111
Octal 240 127 257
Decimal 160 87 175
Hex A0 57 AF

RGB Percentages of Color #a057af

%37.91
%20.62
%41.47

CMYK Percentages of Color #a057af

%9
%50
%0
%31

Triadic Colors of #a057af

#a057af #afa057 #57afa0

Analogous Colors of #a057af

#a057af #af5792 #7457af

Monochromatic Colors of #a057af

#a057af

Complementary Color

#a057af #66af57

#a057af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a057af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a057af Color CSS Codes

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

#a057af Text Font Color

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

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


#a057af Background Color

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

This div background color is #a057af


#a057af Border Color

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

This div border color is #a057af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a057af


Comments

No comments written yet.

Please login to write comment.