Color Hex Logo

#ba72db Color Hex

#BA72DB
(186,114,219)
0 Favorites   0 Comments

Color spaces of #ba72db

RGB 186114219
HSL0.780.590.65
HSV281°48°86°
CMYK 0.150.480.00   0.14
XYZ39.053227.588270.2846
Yxy27.58820.28520.2015
Hunter Lab52.524540.8012-42.5706
CIE-Lab59.514946.2193-42.6496

#ba72db color RGB value is (186,114,219).

#ba72db hex color red value is 186, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ba72db hue: 0.78 , saturation: 0.59 and the lightness value of ba72db is 0.65.

The process color (four color CMYK) of #ba72db color hex is 0.15, 0.48, 0.00, 0.14. Web safe color of #ba72db is #cc66cc. Color #ba72db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110010 11011011
Octal 272 162 333
Decimal 186 114 219
Hex BA 72 DB

RGB Percentages of Color #ba72db

%35.84
%21.97
%42.20

CMYK Percentages of Color #ba72db

%15
%48
%0
%14

Triadic Colors of #ba72db

#ba72db #dbba72 #72dbba

Analogous Colors of #ba72db

#ba72db #db72c8 #8672db

Monochromatic Colors of #ba72db

#ba72db

Complementary Color

#ba72db #93db72

#ba72db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba72db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba72db Color CSS Codes

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

#ba72db Text Font Color

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

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


#ba72db Background Color

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

This div background color is #ba72db


#ba72db Border Color

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

This div border color is #ba72db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba72db


Comments

No comments written yet.

Please login to write comment.