Color Hex Logo

#ba49da Color Hex

#BA49DA
(186,73,218)
0 Favorites   0 Comments

Color spaces of #ba49da

RGB 18673218
HSL0.800.660.57
HSV287°67°85°
CMYK 0.150.670.00   0.15
XYZ35.287120.266168.3816
Yxy20.26610.28470.1635
Hunter Lab45.017961.1353-58.5482
CIE-Lab52.136765.6667-53.7962

#ba49da color RGB value is (186,73,218).

#ba49da hex color red value is 186, green value is 73 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ba49da hue: 0.80 , saturation: 0.66 and the lightness value of ba49da is 0.57.

The process color (four color CMYK) of #ba49da color hex is 0.15, 0.67, 0.00, 0.15. Web safe color of #ba49da is #cc33cc. Color #ba49da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 11011010
Octal 272 111 332
Decimal 186 73 218
Hex BA 49 DA

RGB Percentages of Color #ba49da

%38.99
%15.30
%45.70

CMYK Percentages of Color #ba49da

%15
%67
%0
%15

Triadic Colors of #ba49da

#ba49da #daba49 #49daba

Analogous Colors of #ba49da

#ba49da #da49b2 #7249da

Monochromatic Colors of #ba49da

#ba49da

Complementary Color

#ba49da #69da49

#ba49da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba49da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba49da Color CSS Codes

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

#ba49da Text Font Color

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

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


#ba49da Background Color

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

This div background color is #ba49da


#ba49da Border Color

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

This div border color is #ba49da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba49da


Comments

No comments written yet.

Please login to write comment.