Color Hex Logo

#ba59ff Color Hex

#BA59FF
(186,89,255)
0 Favorites   0 Comments

Color spaces of #ba59ff

RGB 18689255
HSL0.761.000.67
HSV275°65°100°
CMYK 0.270.650.00   0.00
XYZ41.872124.803997.1885
Yxy24.80390.25550.1514
Hunter Lab49.803562.9170-80.8383
CIE-Lab56.883966.2965-66.9051

#ba59ff color RGB value is (186,89,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011001 11111111
Octal 272 131 377
Decimal 186 89 255
Hex BA 59 FF

RGB Percentages of Color #ba59ff

%35.09
%16.79
%48.11

CMYK Percentages of Color #ba59ff

%27
%65
%0
%0

Triadic Colors of #ba59ff

#ba59ff #ffba59 #59ffba

Analogous Colors of #ba59ff

#ba59ff #ff59f1 #6759ff

Monochromatic Colors of #ba59ff

#ba59ff

Complementary Color

#ba59ff #9eff59

#ba59ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba59ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba59ff Color CSS Codes

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

#ba59ff Text Font Color

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

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


#ba59ff Background Color

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

This div background color is #ba59ff


#ba59ff Border Color

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

This div border color is #ba59ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba59ff

#ba59ff Color Palettes


Comments

No comments written yet.

Please login to write comment.