Color Hex Logo

#ba6dfb Color Hex

#BA6DFB
(186,109,251)
0 Favorites   0 Comments

Color spaces of #ba6dfb

RGB 186109251
HSL0.760.950.71
HSV273°57°98°
CMYK 0.260.570.00   0.02
XYZ43.130928.341494.4640
Yxy28.34140.25990.1708
Hunter Lab53.236651.4518-67.9395
CIE-Lab60.195955.7952-59.3781

#ba6dfb color RGB value is (186,109,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101101 11111011
Octal 272 155 373
Decimal 186 109 251
Hex BA 6D FB

RGB Percentages of Color #ba6dfb

%34.07
%19.96
%45.97

CMYK Percentages of Color #ba6dfb

%26
%57
%0
%2

Triadic Colors of #ba6dfb

#ba6dfb #fbba6d #6dfbba

Analogous Colors of #ba6dfb

#ba6dfb #fb6df5 #736dfb

Monochromatic Colors of #ba6dfb

#ba6dfb

Complementary Color

#ba6dfb #aefb6d

#ba6dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6dfb Color CSS Codes

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

#ba6dfb Text Font Color

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

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


#ba6dfb Background Color

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

This div background color is #ba6dfb


#ba6dfb Border Color

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

This div border color is #ba6dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6dfb


Comments

No comments written yet.

Please login to write comment.