Color Hex Logo

#ba49fe Color Hex

#BA49FE
(186,73,254)
0 Favorites   0 Comments

Color spaces of #ba49fe

RGB 18673254
HSL0.770.990.64
HSV277°71°100°
CMYK 0.270.710.00   0.00
XYZ40.521622.359995.9461
Yxy22.35990.25510.1408
Hunter Lab47.286370.2133-87.2019
CIE-Lab54.406872.8385-70.3518

#ba49fe color RGB value is (186,73,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 11111110
Octal 272 111 376
Decimal 186 73 254
Hex BA 49 FE

RGB Percentages of Color #ba49fe

%36.26
%14.23
%49.51

CMYK Percentages of Color #ba49fe

%27
%71
%0
%0

Triadic Colors of #ba49fe

#ba49fe #feba49 #49feba

Analogous Colors of #ba49fe

#ba49fe #fe49e8 #6049fe

Monochromatic Colors of #ba49fe

#ba49fe

Complementary Color

#ba49fe #8dfe49

#ba49fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba49fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba49fe Color CSS Codes

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

#ba49fe Text Font Color

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

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


#ba49fe Background Color

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

This div background color is #ba49fe


#ba49fe Border Color

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

This div border color is #ba49fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba49fe


Comments

No comments written yet.

Please login to write comment.