Color Hex Logo

#ba60cc Color Hex

#BA60CC
(186,96,204)
0 Favorites   0 Comments

Color spaces of #ba60cc

RGB 18696204
HSL0.810.510.59
HSV290°53°80°
CMYK 0.090.530.00   0.20
XYZ35.331723.164559.7357
Yxy23.16450.29880.1959
Hunter Lab48.129546.8096-39.8968
CIE-Lab55.241452.4360-40.8974

#ba60cc color RGB value is (186,96,204).

#ba60cc hex color red value is 186, green value is 96 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba60cc hue: 0.81 , saturation: 0.51 and the lightness value of ba60cc is 0.59.

The process color (four color CMYK) of #ba60cc color hex is 0.09, 0.53, 0.00, 0.20. Web safe color of #ba60cc is #cc66cc. Color #ba60cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100000 11001100
Octal 272 140 314
Decimal 186 96 204
Hex BA 60 CC

RGB Percentages of Color #ba60cc

%38.27
%19.75
%41.98

CMYK Percentages of Color #ba60cc

%9
%53
%0
%20

Triadic Colors of #ba60cc

#ba60cc #ccba60 #60ccba

Analogous Colors of #ba60cc

#ba60cc #cc60a8 #8460cc

Monochromatic Colors of #ba60cc

#ba60cc

Complementary Color

#ba60cc #72cc60

#ba60cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba60cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba60cc Color CSS Codes

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

#ba60cc Text Font Color

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

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


#ba60cc Background Color

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

This div background color is #ba60cc


#ba60cc Border Color

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

This div border color is #ba60cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba60cc


Comments

No comments written yet.

Please login to write comment.