Color Hex Logo

#a058ab Color Hex

#A058AB
(160,88,171)
0 Favorites   0 Comments

Color spaces of #a058ab

RGB 16088171
HSL0.810.330.51
HSV292°49°67°
CMYK 0.060.490.00   0.33
XYZ25.337617.393340.5499
Yxy17.39330.30420.2089
Hunter Lab41.705335.4616-28.4538
CIE-Lab48.751842.6921-32.2520

#a058ab color RGB value is (160,88,171).

#a058ab hex color red value is 160, green value is 88 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a058ab hue: 0.81 , saturation: 0.33 and the lightness value of a058ab is 0.51.

The process color (four color CMYK) of #a058ab color hex is 0.06, 0.49, 0.00, 0.33. Web safe color of #a058ab is #996699. Color #a058ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 10101011
Octal 240 130 253
Decimal 160 88 171
Hex A0 58 AB

RGB Percentages of Color #a058ab

%38.19
%21.00
%40.81

CMYK Percentages of Color #a058ab

%6
%49
%0
%33

Triadic Colors of #a058ab

#a058ab #aba058 #58aba0

Analogous Colors of #a058ab

#a058ab #ab588d #7758ab

Monochromatic Colors of #a058ab

#a058ab

Complementary Color

#a058ab #63ab58

#a058ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058ab Color CSS Codes

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

#a058ab Text Font Color

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

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


#a058ab Background Color

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

This div background color is #a058ab


#a058ab Border Color

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

This div border color is #a058ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058ab


Comments

No comments written yet.

Please login to write comment.