Color Hex Logo

#a011ff Color Hex

#A011FF
(160,17,255)
0 Favorites   0 Comments

Color spaces of #a011ff

RGB 16017255
HSL0.771.000.53
HSV276°93°100°
CMYK 0.370.930.00   0.00
XYZ32.747715.094595.7953
Yxy15.09450.22800.1051
Hunter Lab38.851682.4657-118.9934
CIE-Lab45.763484.3024-85.1537

#a011ff color RGB value is (160,17,255).

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

The process color (four color CMYK) of #a011ff color hex is 0.37, 0.93, 0.00, 0.00. Web safe color of #a011ff is #9900ff. Color #a011ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010001 11111111
Octal 240 21 377
Decimal 160 17 255
Hex A0 11 FF

RGB Percentages of Color #a011ff

%37.04
%3.94
%59.03

CMYK Percentages of Color #a011ff

%37
%93
%0
%0

Triadic Colors of #a011ff

#a011ff #ffa011 #11ffa0

Analogous Colors of #a011ff

#a011ff #ff11e7 #2911ff

Monochromatic Colors of #a011ff

#a011ff

Complementary Color

#a011ff #70ff11

#a011ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a011ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a011ff Color CSS Codes

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

#a011ff Text Font Color

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

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


#a011ff Background Color

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

This div background color is #a011ff


#a011ff Border Color

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

This div border color is #a011ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a011ff

Related Colors


Comments

No comments written yet.

Please login to write comment.