Color Hex Logo

#ba4cfa Color Hex

#BA4CFA
(186,76,250)
0 Favorites   0 Comments

Color spaces of #ba4cfa

RGB 18676250
HSL0.770.950.64
HSV278°70°98°
CMYK 0.260.700.00   0.02
XYZ40.089522.510192.6744
Yxy22.51010.25820.1450
Hunter Lab47.444867.7989-82.6004
CIE-Lab54.564170.8180-67.8759

#ba4cfa color RGB value is (186,76,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001100 11111010
Octal 272 114 372
Decimal 186 76 250
Hex BA 4C FA

RGB Percentages of Color #ba4cfa

%36.33
%14.84
%48.83

CMYK Percentages of Color #ba4cfa

%26
%70
%0
%2

Triadic Colors of #ba4cfa

#ba4cfa #faba4c #4cfaba

Analogous Colors of #ba4cfa

#ba4cfa #fa4ce3 #634cfa

Monochromatic Colors of #ba4cfa

#ba4cfa

Complementary Color

#ba4cfa #8cfa4c

#ba4cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4cfa Color CSS Codes

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

#ba4cfa Text Font Color

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

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


#ba4cfa Background Color

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

This div background color is #ba4cfa


#ba4cfa Border Color

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

This div border color is #ba4cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4cfa


Comments

No comments written yet.

Please login to write comment.