Color Hex Logo

#a058da Color Hex

#A058DA
(160,88,218)
0 Favorites   0 Comments

Color spaces of #a058da

RGB 16088218
HSL0.760.640.60
HSV273°60°85°
CMYK 0.270.600.00   0.15
XYZ30.641819.515068.4814
Yxy19.51500.25830.1645
Hunter Lab44.175846.5059-60.9884
CIE-Lab51.284452.8242-55.3491

#a058da color RGB value is (160,88,218).

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

The process color (four color CMYK) of #a058da color hex is 0.27, 0.60, 0.00, 0.15. Web safe color of #a058da is #9966cc. Color #a058da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 11011010
Octal 240 130 332
Decimal 160 88 218
Hex A0 58 DA

RGB Percentages of Color #a058da

%34.33
%18.88
%46.78

CMYK Percentages of Color #a058da

%27
%60
%0
%15

Triadic Colors of #a058da

#a058da #daa058 #58daa0

Analogous Colors of #a058da

#a058da #da58d3 #5f58da

Monochromatic Colors of #a058da

#a058da

Complementary Color

#a058da #92da58

#a058da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058da Color CSS Codes

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

#a058da Text Font Color

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

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


#a058da Background Color

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

This div background color is #a058da


#a058da Border Color

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

This div border color is #a058da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058da


Comments

No comments written yet.

Please login to write comment.