Color Hex Logo

#ba59cc Color Hex

#BA59CC
(186,89,204)
0 Favorites   0 Comments

Color spaces of #ba59cc

RGB 18689204
HSL0.810.530.57
HSV291°56°80°
CMYK 0.090.560.00   0.20
XYZ34.721221.943559.5323
Yxy21.94350.29880.1888
Hunter Lab46.843950.3293-42.5589
CIE-Lab53.967055.8462-42.9086

#ba59cc color RGB value is (186,89,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011001 11001100
Octal 272 131 314
Decimal 186 89 204
Hex BA 59 CC

RGB Percentages of Color #ba59cc

%38.83
%18.58
%42.59

CMYK Percentages of Color #ba59cc

%9
%56
%0
%20

Triadic Colors of #ba59cc

#ba59cc #ccba59 #59ccba

Analogous Colors of #ba59cc

#ba59cc #cc59a5 #8159cc

Monochromatic Colors of #ba59cc

#ba59cc

Complementary Color

#ba59cc #6bcc59

#ba59cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba59cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba59cc Color CSS Codes

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

#ba59cc Text Font Color

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

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


#ba59cc Background Color

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

This div background color is #ba59cc


#ba59cc Border Color

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

This div border color is #ba59cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba59cc


Comments

No comments written yet.

Please login to write comment.