Color Hex Logo

#a058df Color Hex

#A058DF
(160,88,223)
0 Favorites   0 Comments

Color spaces of #a058df

RGB 16088223
HSL0.760.680.61
HSV272°61°87°
CMYK 0.280.610.00   0.13
XYZ31.306219.780771.9801
Yxy19.78070.25440.1607
Hunter Lab44.475547.8136-64.8234
CIE-Lab51.588453.9741-57.6948

#a058df color RGB value is (160,88,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 11011111
Octal 240 130 337
Decimal 160 88 223
Hex A0 58 DF

RGB Percentages of Color #a058df

%33.97
%18.68
%47.35

CMYK Percentages of Color #a058df

%28
%61
%0
%13

Triadic Colors of #a058df

#a058df #dfa058 #58dfa0

Analogous Colors of #a058df

#a058df #df58db #5d58df

Monochromatic Colors of #a058df

#a058df

Complementary Color

#a058df #97df58

#a058df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058df Color CSS Codes

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

#a058df Text Font Color

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

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


#a058df Background Color

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

This div background color is #a058df


#a058df Border Color

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

This div border color is #a058df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058df


Comments

No comments written yet.

Please login to write comment.