Color Hex Logo

#a601fb Color Hex

#A601FB
(166,1,251)
0 Favorites   0 Comments

Color spaces of #a601fb

RGB 1661251
HSL0.780.990.49
HSV280°100°98°
CMYK 0.341.000.00   0.02
XYZ33.149315.093792.4330
Yxy15.09370.23560.1073
Hunter Lab38.850684.3166-113.8668
CIE-Lab45.762385.7342-82.8867

#a601fb color RGB value is (166,1,251).

#a601fb hex color red value is 166, green value is 1 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a601fb hue: 0.78 , saturation: 0.99 and the lightness value of a601fb is 0.49.

The process color (four color CMYK) of #a601fb color hex is 0.34, 1.00, 0.00, 0.02. Web safe color of #a601fb is #9900ff. Color #a601fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000001 11111011
Octal 246 1 373
Decimal 166 1 251
Hex A6 1 FB

RGB Percentages of Color #a601fb

%39.71
%0.24
%60.05

CMYK Percentages of Color #a601fb

%34
%100
%0
%2

Triadic Colors of #a601fb

#a601fb #fba601 #01fba6

Analogous Colors of #a601fb

#a601fb #fb01d3 #2901fb

Monochromatic Colors of #a601fb

#a601fb

Complementary Color

#a601fb #56fb01

#a601fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a601fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a601fb Color CSS Codes

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

#a601fb Text Font Color

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

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


#a601fb Background Color

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

This div background color is #a601fb


#a601fb Border Color

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

This div border color is #a601fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,1,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a601fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a601fb;
  -webkit-box-shadow: 1px 1px 3px 2px #a601fb;
  box-shadow:         1px 1px 3px 2px #a601fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,1,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a601fb


Comments

No comments written yet.

Please login to write comment.