Color Hex Logo

#ba39cc Color Hex

#BA39CC
(186,57,204)
0 Favorites   0 Comments

Color spaces of #ba39cc

RGB 18657204
HSL0.810.590.51
HSV293°72°80°
CMYK 0.090.720.00   0.20
XYZ32.611917.725058.8292
Yxy17.72500.29870.1624
Hunter Lab42.101164.5910-53.3771
CIE-Lab49.160869.1728-50.5487

#ba39cc color RGB value is (186,57,204).

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

The process color (four color CMYK) of #ba39cc color hex is 0.09, 0.72, 0.00, 0.20. Web safe color of #ba39cc is #cc33cc. Color #ba39cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 11001100
Octal 272 71 314
Decimal 186 57 204
Hex BA 39 CC

RGB Percentages of Color #ba39cc

%41.61
%12.75
%45.64

CMYK Percentages of Color #ba39cc

%9
%72
%0
%20

Triadic Colors of #ba39cc

#ba39cc #ccba39 #39ccba

Analogous Colors of #ba39cc

#ba39cc #cc3995 #7139cc

Monochromatic Colors of #ba39cc

#ba39cc

Complementary Color

#ba39cc #4bcc39

#ba39cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba39cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba39cc Color CSS Codes

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

#ba39cc Text Font Color

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

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


#ba39cc Background Color

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

This div background color is #ba39cc


#ba39cc Border Color

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

This div border color is #ba39cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba39cc


Comments

No comments written yet.

Please login to write comment.