Color Hex Logo

#ba12fa Color Hex

#BA12FA
(186,18,250)
0 Favorites   0 Comments

Color spaces of #ba12fa

RGB 18618250
HSL0.790.960.53
HSV283°93°98°
CMYK 0.260.930.00   0.02
XYZ37.721317.773891.8850
Yxy17.77380.25590.1206
Hunter Lab42.159085.9327-99.7106
CIE-Lab49.220686.3165-76.5491

#ba12fa color RGB value is (186,18,250).

#ba12fa hex color red value is 186, green value is 18 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ba12fa hue: 0.79 , saturation: 0.96 and the lightness value of ba12fa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 11111010
Octal 272 22 372
Decimal 186 18 250
Hex BA 12 FA

RGB Percentages of Color #ba12fa

%40.97
%3.96
%55.07

CMYK Percentages of Color #ba12fa

%26
%93
%0
%2

Triadic Colors of #ba12fa

#ba12fa #faba12 #12faba

Analogous Colors of #ba12fa

#ba12fa #fa12c6 #4612fa

Monochromatic Colors of #ba12fa

#ba12fa

Complementary Color

#ba12fa #52fa12

#ba12fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba12fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba12fa Color CSS Codes

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

#ba12fa Text Font Color

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

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


#ba12fa Background Color

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

This div background color is #ba12fa


#ba12fa Border Color

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

This div border color is #ba12fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba12fa

Related Colors


Comments

No comments written yet.

Please login to write comment.