Color Hex Logo

#ba60da Color Hex

#BA60DA
(186,96,218)
0 Favorites   0 Comments

Color spaces of #ba60da

RGB 18696218
HSL0.790.620.62
HSV284°56°85°
CMYK 0.150.560.00   0.15
XYZ37.087523.866868.9817
Yxy23.86680.28540.1837
Hunter Lab48.853750.0153-49.5203
CIE-Lab55.954255.2228-47.7139

#ba60da color RGB value is (186,96,218).

#ba60da hex color red value is 186, green value is 96 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ba60da hue: 0.79 , saturation: 0.62 and the lightness value of ba60da is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100000 11011010
Octal 272 140 332
Decimal 186 96 218
Hex BA 60 DA

RGB Percentages of Color #ba60da

%37.20
%19.20
%43.60

CMYK Percentages of Color #ba60da

%15
%56
%0
%15

Triadic Colors of #ba60da

#ba60da #daba60 #60daba

Analogous Colors of #ba60da

#ba60da #da60bd #7d60da

Monochromatic Colors of #ba60da

#ba60da

Complementary Color

#ba60da #80da60

#ba60da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba60da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba60da Color CSS Codes

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

#ba60da Text Font Color

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

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


#ba60da Background Color

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

This div background color is #ba60da


#ba60da Border Color

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

This div border color is #ba60da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba60da


Comments

No comments written yet.

Please login to write comment.