Color Hex Logo

#a055fe Color Hex

#A055FE
(160,85,254)
0 Favorites   0 Comments

Color spaces of #a055fe

RGB 16085254
HSL0.740.990.66
HSV267°67°100°
CMYK 0.370.670.00   0.00
XYZ35.635121.126395.9655
Yxy21.12630.23330.1383
Hunter Lab45.963457.9541-91.6155
CIE-Lab53.087462.7463-72.6394

#a055fe color RGB value is (160,85,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 11111110
Octal 240 125 376
Decimal 160 85 254
Hex A0 55 FE

RGB Percentages of Color #a055fe

%32.06
%17.03
%50.90

CMYK Percentages of Color #a055fe

%37
%67
%0
%0

Triadic Colors of #a055fe

#a055fe #fea055 #55fea0

Analogous Colors of #a055fe

#a055fe #f555fe #555ffe

Monochromatic Colors of #a055fe

#a055fe

Complementary Color

#a055fe #b3fe55

#a055fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a055fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a055fe Color CSS Codes

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

#a055fe Text Font Color

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

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


#a055fe Background Color

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

This div background color is #a055fe


#a055fe Border Color

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

This div border color is #a055fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a055fe


Comments

No comments written yet.

Please login to write comment.