Color Hex Logo

#ba46fa Color Hex

#BA46FA
(186,70,250)
0 Favorites   0 Comments

Color spaces of #ba46fa

RGB 18670250
HSL0.770.950.63
HSV279°72°98°
CMYK 0.260.720.00   0.02
XYZ39.695221.721592.5430
Yxy21.72150.25780.1411
Hunter Lab46.606370.4696-85.1037
CIE-Lab53.730373.1788-69.2239

#ba46fa color RGB value is (186,70,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 11111010
Octal 272 106 372
Decimal 186 70 250
Hex BA 46 FA

RGB Percentages of Color #ba46fa

%36.76
%13.83
%49.41

CMYK Percentages of Color #ba46fa

%26
%72
%0
%2

Triadic Colors of #ba46fa

#ba46fa #faba46 #46faba

Analogous Colors of #ba46fa

#ba46fa #fa46e0 #6046fa

Monochromatic Colors of #ba46fa

#ba46fa

Complementary Color

#ba46fa #86fa46

#ba46fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba46fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba46fa Color CSS Codes

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

#ba46fa Text Font Color

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

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


#ba46fa Background Color

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

This div background color is #ba46fa


#ba46fa Border Color

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

This div border color is #ba46fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba46fa


Comments

No comments written yet.

Please login to write comment.