Color Hex Logo

#ba5dfa Color Hex

#BA5DFA
(186,93,250)
0 Favorites   0 Comments

Color spaces of #ba5dfa

RGB 18693250
HSL0.770.940.67
HSV276°63°98°
CMYK 0.260.630.00   0.02
XYZ41.419425.169993.1177
Yxy25.16990.25930.1576
Hunter Lab50.169659.5705-74.9269
CIE-Lab57.240663.3828-63.5630

#ba5dfa color RGB value is (186,93,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011101 11111010
Octal 272 135 372
Decimal 186 93 250
Hex BA 5D FA

RGB Percentages of Color #ba5dfa

%35.16
%17.58
%47.26

CMYK Percentages of Color #ba5dfa

%26
%63
%0
%2

Triadic Colors of #ba5dfa

#ba5dfa #faba5d #5dfaba

Analogous Colors of #ba5dfa

#ba5dfa #fa5dec #6c5dfa

Monochromatic Colors of #ba5dfa

#ba5dfa

Complementary Color

#ba5dfa #9dfa5d

#ba5dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5dfa Color CSS Codes

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

#ba5dfa Text Font Color

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

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


#ba5dfa Background Color

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

This div background color is #ba5dfa


#ba5dfa Border Color

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

This div border color is #ba5dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5dfa


Comments

No comments written yet.

Please login to write comment.