Color Hex Logo

#ba71db Color Hex

#BA71DB
(186,113,219)
0 Favorites   0 Comments

Color spaces of #ba71db

RGB 186113219
HSL0.780.600.65
HSV281°48°86°
CMYK 0.150.480.00   0.14
XYZ38.941027.363870.2472
Yxy27.36380.28520.2004
Hunter Lab52.310441.3360-43.0027
CIE-Lab59.309646.7479-42.9729

#ba71db color RGB value is (186,113,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110001 11011011
Octal 272 161 333
Decimal 186 113 219
Hex BA 71 DB

RGB Percentages of Color #ba71db

%35.91
%21.81
%42.28

CMYK Percentages of Color #ba71db

%15
%48
%0
%14

Triadic Colors of #ba71db

#ba71db #dbba71 #71dbba

Analogous Colors of #ba71db

#ba71db #db71c7 #8571db

Monochromatic Colors of #ba71db

#ba71db

Complementary Color

#ba71db #92db71

#ba71db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba71db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba71db Color CSS Codes

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

#ba71db Text Font Color

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

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


#ba71db Background Color

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

This div background color is #ba71db


#ba71db Border Color

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

This div border color is #ba71db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba71db


Comments

No comments written yet.

Please login to write comment.