Color Hex Logo

#a058fe Color Hex

#A058FE
(160,88,254)
0 Favorites   0 Comments

Color spaces of #a058fe

RGB 16088254
HSL0.740.990.67
HSV266°65°100°
CMYK 0.370.650.00   0.00
XYZ35.876321.608896.0460
Yxy21.60880.23370.1407
Hunter Lab46.485356.4131-89.9629
CIE-Lab53.609561.3079-71.7930

#a058fe color RGB value is (160,88,254).

#a058fe hex color red value is 160, green value is 88 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a058fe hue: 0.74 , saturation: 0.99 and the lightness value of a058fe is 0.67.

The process color (four color CMYK) of #a058fe color hex is 0.37, 0.65, 0.00, 0.00. Web safe color of #a058fe is #9966ff. Color #a058fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 11111110
Octal 240 130 376
Decimal 160 88 254
Hex A0 58 FE

RGB Percentages of Color #a058fe

%31.87
%17.53
%50.60

CMYK Percentages of Color #a058fe

%37
%65
%0
%0

Triadic Colors of #a058fe

#a058fe #fea058 #58fea0

Analogous Colors of #a058fe

#a058fe #f358fe #5863fe

Monochromatic Colors of #a058fe

#a058fe

Complementary Color

#a058fe #b6fe58

#a058fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058fe Color CSS Codes

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

#a058fe Text Font Color

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

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


#a058fe Background Color

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

This div background color is #a058fe


#a058fe Border Color

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

This div border color is #a058fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058fe


Comments

No comments written yet.

Please login to write comment.