Color Hex Logo

#ba01fd Color Hex

#BA01FD
(186,1,253)
0 Favorites   0 Comments

Color spaces of #ba01fd

RGB 1861253
HSL0.790.990.50
HSV284°100°99°
CMYK 0.261.000.00   0.01
XYZ37.990217.552794.3142
Yxy17.55270.25350.1171
Hunter Lab41.895988.5415-104.1437
CIE-Lab48.949088.3581-78.6684

#ba01fd color RGB value is (186,1,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 11111101
Octal 272 1 375
Decimal 186 1 253
Hex BA 1 FD

RGB Percentages of Color #ba01fd

%42.27
%0.23
%57.50

CMYK Percentages of Color #ba01fd

%26
%100
%0
%1

Triadic Colors of #ba01fd

#ba01fd #fdba01 #01fdba

Analogous Colors of #ba01fd

#ba01fd #fd01c2 #3c01fd

Monochromatic Colors of #ba01fd

#ba01fd

Complementary Color

#ba01fd #44fd01

#ba01fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba01fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba01fd Color CSS Codes

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

#ba01fd Text Font Color

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

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


#ba01fd Background Color

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

This div background color is #ba01fd


#ba01fd Border Color

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

This div border color is #ba01fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba01fd


Comments

No comments written yet.

Please login to write comment.