Color Hex Logo

#ba1dfa Color Hex

#BA1DFA
(186,29,250)
0 Favorites   0 Comments

Color spaces of #ba1dfa

RGB 18629250
HSL0.790.960.55
HSV283°88°98°
CMYK 0.260.880.00   0.02
XYZ37.944418.220091.9594
Yxy18.22000.25620.1230
Hunter Lab42.684983.9776-97.8537
CIE-Lab49.761984.7064-75.6669

#ba1dfa color RGB value is (186,29,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011101 11111010
Octal 272 35 372
Decimal 186 29 250
Hex BA 1D FA

RGB Percentages of Color #ba1dfa

%40.00
%6.24
%53.76

CMYK Percentages of Color #ba1dfa

%26
%88
%0
%2

Triadic Colors of #ba1dfa

#ba1dfa #faba1d #1dfaba

Analogous Colors of #ba1dfa

#ba1dfa #fa1dcc #4b1dfa

Monochromatic Colors of #ba1dfa

#ba1dfa

Complementary Color

#ba1dfa #5dfa1d

#ba1dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1dfa Color CSS Codes

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

#ba1dfa Text Font Color

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

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


#ba1dfa Background Color

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

This div background color is #ba1dfa


#ba1dfa Border Color

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

This div border color is #ba1dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.