Color Hex Logo

#ba49db Color Hex

#BA49DB
(186,73,219)
0 Favorites   0 Comments

Color spaces of #ba49db

RGB 18673219
HSL0.800.670.57
HSV286°67°86°
CMYK 0.150.670.00   0.14
XYZ35.418420.318769.0730
Yxy20.31870.28380.1628
Hunter Lab45.076361.3718-59.3001
CIE-Lab52.195665.8580-54.2699

#ba49db color RGB value is (186,73,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 11011011
Octal 272 111 333
Decimal 186 73 219
Hex BA 49 DB

RGB Percentages of Color #ba49db

%38.91
%15.27
%45.82

CMYK Percentages of Color #ba49db

%15
%67
%0
%14

Triadic Colors of #ba49db

#ba49db #dbba49 #49dbba

Analogous Colors of #ba49db

#ba49db #db49b3 #7149db

Monochromatic Colors of #ba49db

#ba49db

Complementary Color

#ba49db #6adb49

#ba49db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba49db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba49db Color CSS Codes

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

#ba49db Text Font Color

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

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


#ba49db Background Color

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

This div background color is #ba49db


#ba49db Border Color

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

This div border color is #ba49db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba49db


Comments

No comments written yet.

Please login to write comment.