Color Hex Logo

#ba7eff Color Hex

#BA7EFF
(186,126,255)
0 Favorites   0 Comments

Color spaces of #ba7eff

RGB 186126255
HSL0.741.000.75
HSV268°51°100°
CMYK 0.270.510.00   0.00
XYZ45.760632.580898.4846
Yxy32.58080.25880.1843
Hunter Lab57.079643.2138-62.3427
CIE-Lab63.820047.8293-55.7984

#ba7eff color RGB value is (186,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111110 11111111
Octal 272 176 377
Decimal 186 126 255
Hex BA 7E FF

RGB Percentages of Color #ba7eff

%32.80
%22.22
%44.97

CMYK Percentages of Color #ba7eff

%27
%51
%0
%0

Triadic Colors of #ba7eff

#ba7eff #ffba7e #7effba

Analogous Colors of #ba7eff

#ba7eff #fb7eff #7e83ff

Monochromatic Colors of #ba7eff

#ba7eff

Complementary Color

#ba7eff #c3ff7e

#ba7eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7eff Color CSS Codes

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

#ba7eff Text Font Color

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

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


#ba7eff Background Color

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

This div background color is #ba7eff


#ba7eff Border Color

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

This div border color is #ba7eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7eff


Comments

No comments written yet.

Please login to write comment.