Color Hex Logo

#ba01fb Color Hex

#BA01FB
(186,1,251)
0 Favorites   0 Comments

Color spaces of #ba01fb

RGB 1861251
HSL0.790.990.49
HSV284°100°98°
CMYK 0.261.000.00   0.02
XYZ37.673117.425892.6447
Yxy17.42580.25500.1179
Hunter Lab41.744288.0393-102.3638
CIE-Lab48.792188.0067-77.8073

#ba01fb color RGB value is (186,1,251).

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

The process color (four color CMYK) of #ba01fb color hex is 0.26, 1.00, 0.00, 0.02. Web safe color of #ba01fb is #cc00ff. Color #ba01fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 11111011
Octal 272 1 373
Decimal 186 1 251
Hex BA 1 FB

RGB Percentages of Color #ba01fb

%42.47
%0.23
%57.31

CMYK Percentages of Color #ba01fb

%26
%100
%0
%2

Triadic Colors of #ba01fb

#ba01fb #fbba01 #01fbba

Analogous Colors of #ba01fb

#ba01fb #fb01bf #3d01fb

Monochromatic Colors of #ba01fb

#ba01fb

Complementary Color

#ba01fb #42fb01

#ba01fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba01fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba01fb Color CSS Codes

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

#ba01fb Text Font Color

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

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


#ba01fb Background Color

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

This div background color is #ba01fb


#ba01fb Border Color

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

This div border color is #ba01fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba01fb


Comments

No comments written yet.

Please login to write comment.