Color Hex Logo

#ba38fa Color Hex

#BA38FA
(186,56,250)
0 Favorites   0 Comments

Color spaces of #ba38fa

RGB 18656250
HSL0.780.950.60
HSV280°78°98°
CMYK 0.260.780.00   0.02
XYZ38.919220.169692.2843
Yxy20.16960.25710.1332
Hunter Lab44.910676.0934-90.3944
CIE-Lab52.028478.0628-71.9814

#ba38fa color RGB value is (186,56,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111000 11111010
Octal 272 70 372
Decimal 186 56 250
Hex BA 38 FA

RGB Percentages of Color #ba38fa

%37.80
%11.38
%50.81

CMYK Percentages of Color #ba38fa

%26
%78
%0
%2

Triadic Colors of #ba38fa

#ba38fa #faba38 #38faba

Analogous Colors of #ba38fa

#ba38fa #fa38d9 #5938fa

Monochromatic Colors of #ba38fa

#ba38fa

Complementary Color

#ba38fa #78fa38

#ba38fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba38fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba38fa Color CSS Codes

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

#ba38fa Text Font Color

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

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


#ba38fa Background Color

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

This div background color is #ba38fa


#ba38fa Border Color

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

This div border color is #ba38fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba38fa


Comments

No comments written yet.

Please login to write comment.