Color Hex Logo

#ba67fa Color Hex

#BA67FA
(186,103,250)
0 Favorites   0 Comments

Color spaces of #ba67fa

RGB 186103250
HSL0.760.940.69
HSV274°59°98°
CMYK 0.260.590.00   0.02
XYZ42.355327.041793.4297
Yxy27.04170.26010.1661
Hunter Lab52.001654.3853-70.1233
CIE-Lab59.012958.5774-60.7190

#ba67fa color RGB value is (186,103,250).

#ba67fa hex color red value is 186, green value is 103 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ba67fa hue: 0.76 , saturation: 0.94 and the lightness value of ba67fa is 0.69.

The process color (four color CMYK) of #ba67fa color hex is 0.26, 0.59, 0.00, 0.02. Web safe color of #ba67fa is #cc66ff. Color #ba67fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100111 11111010
Octal 272 147 372
Decimal 186 103 250
Hex BA 67 FA

RGB Percentages of Color #ba67fa

%34.51
%19.11
%46.38

CMYK Percentages of Color #ba67fa

%26
%59
%0
%2

Triadic Colors of #ba67fa

#ba67fa #faba67 #67faba

Analogous Colors of #ba67fa

#ba67fa #fa67f1 #7167fa

Monochromatic Colors of #ba67fa

#ba67fa

Complementary Color

#ba67fa #a7fa67

#ba67fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba67fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba67fa Color CSS Codes

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

#ba67fa Text Font Color

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

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


#ba67fa Background Color

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

This div background color is #ba67fa


#ba67fa Border Color

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

This div border color is #ba67fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba67fa


Comments

No comments written yet.

Please login to write comment.