Color Hex Logo

#ba53cc Color Hex

#BA53CC
(186,83,204)
0 Favorites   0 Comments

Color spaces of #ba53cc

RGB 18683204
HSL0.810.540.56
HSV291°59°80°
CMYK 0.090.590.00   0.20
XYZ34.242020.985259.3725
Yxy20.98520.29880.1831
Hunter Lab45.809653.2593-44.7773
CIE-Lab52.933358.6499-44.5444

#ba53cc color RGB value is (186,83,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 11001100
Octal 272 123 314
Decimal 186 83 204
Hex BA 53 CC

RGB Percentages of Color #ba53cc

%39.32
%17.55
%43.13

CMYK Percentages of Color #ba53cc

%9
%59
%0
%20

Triadic Colors of #ba53cc

#ba53cc #ccba53 #53ccba

Analogous Colors of #ba53cc

#ba53cc #cc53a2 #7e53cc

Monochromatic Colors of #ba53cc

#ba53cc

Complementary Color

#ba53cc #65cc53

#ba53cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba53cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba53cc Color CSS Codes

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

#ba53cc Text Font Color

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

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


#ba53cc Background Color

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

This div background color is #ba53cc


#ba53cc Border Color

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

This div border color is #ba53cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba53cc


Comments

No comments written yet.

Please login to write comment.