Color Hex Logo

#ba00fa Color Hex

#BA00FA
(186,0,250)
0 Favorites   0 Comments

Color spaces of #ba00fa

RGB 1860250
HSL0.791.000.49
HSV285°100°98°
CMYK 0.261.000.00   0.02
XYZ37.505017.341291.8129
Yxy17.34120.25570.1182
Hunter Lab41.642887.8888-101.5711
CIE-Lab48.687187.9123-77.4195

#ba00fa color RGB value is (186,0,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 11111010
Octal 272 0 372
Decimal 186 0 250
Hex BA 0 FA

RGB Percentages of Color #ba00fa

%42.66
%0.00
%57.34

CMYK Percentages of Color #ba00fa

%26
%100
%0
%2

Triadic Colors of #ba00fa

#ba00fa #faba00 #00faba

Analogous Colors of #ba00fa

#ba00fa #fa00bd #3d00fa

Monochromatic Colors of #ba00fa

#ba00fa

Complementary Color

#ba00fa #40fa00

#ba00fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba00fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba00fa Color CSS Codes

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

#ba00fa Text Font Color

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

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


#ba00fa Background Color

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

This div background color is #ba00fa


#ba00fa Border Color

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

This div border color is #ba00fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba00fa


Comments

No comments written yet.

Please login to write comment.