Color Hex Logo

#ba19ff Color Hex

#BA19FF
(186,25,255)
0 Favorites   0 Comments

Color spaces of #ba19ff

RGB 18625255
HSL0.781.000.55
HSV282°90°100°
CMYK 0.270.900.00   0.00
XYZ38.647318.354496.1135
Yxy18.35440.25240.1199
Hunter Lab42.842086.0492-103.0241
CIE-Lab49.923286.2705-78.1936

#ba19ff color RGB value is (186,25,255).

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

The process color (four color CMYK) of #ba19ff color hex is 0.27, 0.90, 0.00, 0.00. Web safe color of #ba19ff is #cc00ff. Color #ba19ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011001 11111111
Octal 272 31 377
Decimal 186 25 255
Hex BA 19 FF

RGB Percentages of Color #ba19ff

%39.91
%5.36
%54.72

CMYK Percentages of Color #ba19ff

%27
%90
%0
%0

Triadic Colors of #ba19ff

#ba19ff #ffba19 #19ffba

Analogous Colors of #ba19ff

#ba19ff #ff19d1 #4719ff

Monochromatic Colors of #ba19ff

#ba19ff

Complementary Color

#ba19ff #5eff19

#ba19ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba19ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba19ff Color CSS Codes

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

#ba19ff Text Font Color

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

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


#ba19ff Background Color

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

This div background color is #ba19ff


#ba19ff Border Color

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

This div border color is #ba19ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba19ff

Related Colors


Comments

No comments written yet.

Please login to write comment.