Color Hex Logo

#a501fb Color Hex

#A501FB
(165,1,251)
0 Favorites   0 Comments

Color spaces of #a501fb

RGB 1651251
HSL0.780.990.49
HSV279°100°98°
CMYK 0.341.000.00   0.02
XYZ32.940514.986192.4232
Yxy14.98610.23470.1068
Hunter Lab38.711984.1424-114.4544
CIE-Lab45.615285.6278-83.1337

#a501fb color RGB value is (165,1,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000001 11111011
Octal 245 1 373
Decimal 165 1 251
Hex A5 1 FB

RGB Percentages of Color #a501fb

%39.57
%0.24
%60.19

CMYK Percentages of Color #a501fb

%34
%100
%0
%2

Triadic Colors of #a501fb

#a501fb #fba501 #01fba5

Analogous Colors of #a501fb

#a501fb #fb01d4 #2801fb

Monochromatic Colors of #a501fb

#a501fb

Complementary Color

#a501fb #57fb01

#a501fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a501fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a501fb Color CSS Codes

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

#a501fb Text Font Color

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

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


#a501fb Background Color

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

This div background color is #a501fb


#a501fb Border Color

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

This div border color is #a501fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a501fb


Comments

No comments written yet.

Please login to write comment.