Color Hex Logo

#a061fe Color Hex

#A061FE
(160,97,254)
0 Favorites   0 Comments

Color spaces of #a061fe

RGB 16097254
HSL0.730.990.69
HSV264°62°100°
CMYK 0.370.620.00   0.00
XYZ36.661323.178796.3076
Yxy23.17870.23480.1484
Hunter Lab48.144351.6732-84.9025
CIE-Lab55.255956.8275-69.1283

#a061fe color RGB value is (160,97,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100001 11111110
Octal 240 141 376
Decimal 160 97 254
Hex A0 61 FE

RGB Percentages of Color #a061fe

%31.31
%18.98
%49.71

CMYK Percentages of Color #a061fe

%37
%62
%0
%0

Triadic Colors of #a061fe

#a061fe #fea061 #61fea0

Analogous Colors of #a061fe

#a061fe #ef61fe #6171fe

Monochromatic Colors of #a061fe

#a061fe

Complementary Color

#a061fe #bffe61

#a061fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a061fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a061fe Color CSS Codes

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

#a061fe Text Font Color

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

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


#a061fe Background Color

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

This div background color is #a061fe


#a061fe Border Color

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

This div border color is #a061fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a061fe


Comments

No comments written yet.

Please login to write comment.