Color Hex Logo

#ba6ffb Color Hex

#BA6FFB
(186,111,251)
0 Favorites   0 Comments

Color spaces of #ba6ffb

RGB 186111251
HSL0.760.950.71
HSV272°56°98°
CMYK 0.260.560.00   0.02
XYZ43.346728.773094.5359
Yxy28.77300.26010.1726
Hunter Lab53.640550.3745-66.9443
CIE-Lab60.580854.7762-58.7630

#ba6ffb color RGB value is (186,111,251).

#ba6ffb hex color red value is 186, green value is 111 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ba6ffb hue: 0.76 , saturation: 0.95 and the lightness value of ba6ffb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101111 11111011
Octal 272 157 373
Decimal 186 111 251
Hex BA 6F FB

RGB Percentages of Color #ba6ffb

%33.94
%20.26
%45.80

CMYK Percentages of Color #ba6ffb

%26
%56
%0
%2

Triadic Colors of #ba6ffb

#ba6ffb #fbba6f #6ffbba

Analogous Colors of #ba6ffb

#ba6ffb #fb6ff6 #746ffb

Monochromatic Colors of #ba6ffb

#ba6ffb

Complementary Color

#ba6ffb #b0fb6f

#ba6ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6ffb Color CSS Codes

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

#ba6ffb Text Font Color

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

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


#ba6ffb Background Color

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

This div background color is #ba6ffb


#ba6ffb Border Color

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

This div border color is #ba6ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,111,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba6ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6ffb


Comments

No comments written yet.

Please login to write comment.