Color Hex Logo

#a058af Color Hex

#A058AF
(160,88,175)
0 Favorites   0 Comments

Color spaces of #a058af

RGB 16088175
HSL0.800.350.52
HSV290°50°69°
CMYK 0.090.500.00   0.31
XYZ25.724817.548242.5887
Yxy17.54820.29960.2044
Hunter Lab41.890636.3075-30.9547
CIE-Lab48.943543.4969-34.2938

#a058af color RGB value is (160,88,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 10101111
Octal 240 130 257
Decimal 160 88 175
Hex A0 58 AF

RGB Percentages of Color #a058af

%37.83
%20.80
%41.37

CMYK Percentages of Color #a058af

%9
%50
%0
%31

Triadic Colors of #a058af

#a058af #afa058 #58afa0

Analogous Colors of #a058af

#a058af #af5893 #7558af

Monochromatic Colors of #a058af

#a058af

Complementary Color

#a058af #67af58

#a058af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058af Color CSS Codes

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

#a058af Text Font Color

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

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


#a058af Background Color

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

This div background color is #a058af


#a058af Border Color

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

This div border color is #a058af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,88,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 #a058af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058af


Comments

No comments written yet.

Please login to write comment.