Color Hex Logo

#ba12fb Color Hex

#BA12FB
(186,18,251)
0 Favorites   0 Comments

Color spaces of #ba12fb

RGB 18618251
HSL0.790.970.53
HSV283°93°98°
CMYK 0.260.930.00   0.02
XYZ37.878617.836892.7132
Yxy17.83680.25520.1202
Hunter Lab42.233686.1846-100.5926
CIE-Lab49.297686.4947-76.9826

#ba12fb color RGB value is (186,18,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 11111011
Octal 272 22 373
Decimal 186 18 251
Hex BA 12 FB

RGB Percentages of Color #ba12fb

%40.88
%3.96
%55.16

CMYK Percentages of Color #ba12fb

%26
%93
%0
%2

Triadic Colors of #ba12fb

#ba12fb #fbba12 #12fbba

Analogous Colors of #ba12fb

#ba12fb #fb12c8 #4512fb

Monochromatic Colors of #ba12fb

#ba12fb

Complementary Color

#ba12fb #53fb12

#ba12fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba12fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba12fb Color CSS Codes

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

#ba12fb Text Font Color

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

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


#ba12fb Background Color

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

This div background color is #ba12fb


#ba12fb Border Color

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

This div border color is #ba12fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba12fb


Comments

No comments written yet.

Please login to write comment.