Color Hex Logo

#ba41fa Color Hex

#BA41FA
(186,65,250)
0 Favorites   0 Comments

Color spaces of #ba41fa

RGB 18665250
HSL0.780.950.62
HSV279°74°98°
CMYK 0.260.740.00   0.02
XYZ39.395321.121892.4430
Yxy21.12180.25760.1381
Hunter Lab45.958572.5818-87.0878
CIE-Lab53.082575.0271-70.2724

#ba41fa color RGB value is (186,65,250).

#ba41fa hex color red value is 186, green value is 65 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ba41fa hue: 0.78 , saturation: 0.95 and the lightness value of ba41fa is 0.62.

The process color (four color CMYK) of #ba41fa color hex is 0.26, 0.74, 0.00, 0.02. Web safe color of #ba41fa is #cc33ff. Color #ba41fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000001 11111010
Octal 272 101 372
Decimal 186 65 250
Hex BA 41 FA

RGB Percentages of Color #ba41fa

%37.13
%12.97
%49.90

CMYK Percentages of Color #ba41fa

%26
%74
%0
%2

Triadic Colors of #ba41fa

#ba41fa #faba41 #41faba

Analogous Colors of #ba41fa

#ba41fa #fa41de #5e41fa

Monochromatic Colors of #ba41fa

#ba41fa

Complementary Color

#ba41fa #81fa41

#ba41fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba41fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba41fa Color CSS Codes

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

#ba41fa Text Font Color

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

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


#ba41fa Background Color

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

This div background color is #ba41fa


#ba41fa Border Color

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

This div border color is #ba41fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba41fa


Comments

No comments written yet.

Please login to write comment.