Color Hex Logo

#ba6eff Color Hex

#BA6EFF
(186,110,255)
0 Favorites   0 Comments

Color spaces of #ba6eff

RGB 186110255
HSL0.751.000.72
HSV271°57°100°
CMYK 0.270.570.00   0.00
XYZ43.875628.811097.8563
Yxy28.81100.25730.1689
Hunter Lab53.675951.9762-70.5183
CIE-Lab60.614556.1900-60.9130

#ba6eff color RGB value is (186,110,255).

#ba6eff hex color red value is 186, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ba6eff hue: 0.75 , saturation: 1.00 and the lightness value of ba6eff is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101110 11111111
Octal 272 156 377
Decimal 186 110 255
Hex BA 6E FF

RGB Percentages of Color #ba6eff

%33.76
%19.96
%46.28

CMYK Percentages of Color #ba6eff

%27
%57
%0
%0

Triadic Colors of #ba6eff

#ba6eff #ffba6e #6effba

Analogous Colors of #ba6eff

#ba6eff #ff6efc #726eff

Monochromatic Colors of #ba6eff

#ba6eff

Complementary Color

#ba6eff #b3ff6e

#ba6eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6eff Color CSS Codes

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

#ba6eff Text Font Color

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

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


#ba6eff Background Color

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

This div background color is #ba6eff


#ba6eff Border Color

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

This div border color is #ba6eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6eff


Comments

No comments written yet.

Please login to write comment.