Color Hex Logo

#a051ff Color Hex

#A051FF
(160,81,255)
0 Favorites   0 Comments

Color spaces of #a051ff

RGB 16081255
HSL0.741.000.66
HSV267°68°100°
CMYK 0.370.680.00   0.00
XYZ35.489620.578496.7093
Yxy20.57840.23230.1347
Hunter Lab45.363460.2616-94.6447
CIE-Lab52.485064.8519-74.1724

#a051ff color RGB value is (160,81,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010001 11111111
Octal 240 121 377
Decimal 160 81 255
Hex A0 51 FF

RGB Percentages of Color #a051ff

%32.26
%16.33
%51.41

CMYK Percentages of Color #a051ff

%37
%68
%0
%0

Triadic Colors of #a051ff

#a051ff #ffa051 #51ffa0

Analogous Colors of #a051ff

#a051ff #f751ff #5159ff

Monochromatic Colors of #a051ff

#a051ff

Complementary Color

#a051ff #b0ff51

#a051ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a051ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a051ff Color CSS Codes

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

#a051ff Text Font Color

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

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


#a051ff Background Color

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

This div background color is #a051ff


#a051ff Border Color

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

This div border color is #a051ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a051ff


Comments

No comments written yet.

Please login to write comment.