Color Hex Logo

#ba60dc Color Hex

#BA60DC
(186,96,220)
0 Favorites   0 Comments

Color spaces of #ba60dc

RGB 18696220
HSL0.790.640.62
HSV284°56°86°
CMYK 0.150.560.00   0.14
XYZ37.350823.972270.3686
Yxy23.97220.28360.1820
Hunter Lab48.961450.4884-50.9401
CIE-Lab56.059955.6295-48.6751

#ba60dc color RGB value is (186,96,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100000 11011100
Octal 272 140 334
Decimal 186 96 220
Hex BA 60 DC

RGB Percentages of Color #ba60dc

%37.05
%19.12
%43.82

CMYK Percentages of Color #ba60dc

%15
%56
%0
%14

Triadic Colors of #ba60dc

#ba60dc #dcba60 #60dcba

Analogous Colors of #ba60dc

#ba60dc #dc60c0 #7c60dc

Monochromatic Colors of #ba60dc

#ba60dc

Complementary Color

#ba60dc #82dc60

#ba60dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba60dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba60dc Color CSS Codes

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

#ba60dc Text Font Color

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

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


#ba60dc Background Color

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

This div background color is #ba60dc


#ba60dc Border Color

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

This div border color is #ba60dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba60dc


Comments

No comments written yet.

Please login to write comment.