Color Hex Logo

#ba49ff Color Hex

#BA49FF
(186,73,255)
0 Favorites   0 Comments

Color spaces of #ba49ff

RGB 18673255
HSL0.771.000.64
HSV277°71°100°
CMYK 0.270.710.00   0.00
XYZ40.682222.424296.7919
Yxy22.42420.25440.1402
Hunter Lab47.354270.4803-88.0407
CIE-Lab54.474273.0443-70.7973

#ba49ff color RGB value is (186,73,255).

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

The process color (four color CMYK) of #ba49ff color hex is 0.27, 0.71, 0.00, 0.00. Web safe color of #ba49ff is #cc33ff. Color #ba49ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 11111111
Octal 272 111 377
Decimal 186 73 255
Hex BA 49 FF

RGB Percentages of Color #ba49ff

%36.19
%14.20
%49.61

CMYK Percentages of Color #ba49ff

%27
%71
%0
%0

Triadic Colors of #ba49ff

#ba49ff #ffba49 #49ffba

Analogous Colors of #ba49ff

#ba49ff #ff49e9 #5f49ff

Monochromatic Colors of #ba49ff

#ba49ff

Complementary Color

#ba49ff #8eff49

#ba49ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba49ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba49ff Color CSS Codes

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

#ba49ff Text Font Color

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

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


#ba49ff Background Color

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

This div background color is #ba49ff


#ba49ff Border Color

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

This div border color is #ba49ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba49ff

#ba49ff Color Palettes


Comments

No comments written yet.

Please login to write comment.