Color Hex Logo

#ba39dc Color Hex

#BA39DC
(186,57,220)
0 Favorites   0 Comments

Color spaces of #ba39dc

RGB 18657220
HSL0.800.700.54
HSV287°74°86°
CMYK 0.150.740.00   0.14
XYZ34.631118.532769.4620
Yxy18.53270.28240.1511
Hunter Lab43.049668.2568-65.5317
CIE-Lab50.135972.0500-58.1431

#ba39dc color RGB value is (186,57,220).

#ba39dc hex color red value is 186, green value is 57 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba39dc hue: 0.80 , saturation: 0.70 and the lightness value of ba39dc is 0.54.

The process color (four color CMYK) of #ba39dc color hex is 0.15, 0.74, 0.00, 0.14. Web safe color of #ba39dc is #cc33cc. Color #ba39dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 11011100
Octal 272 71 334
Decimal 186 57 220
Hex BA 39 DC

RGB Percentages of Color #ba39dc

%40.17
%12.31
%47.52

CMYK Percentages of Color #ba39dc

%15
%74
%0
%14

Triadic Colors of #ba39dc

#ba39dc #dcba39 #39dcba

Analogous Colors of #ba39dc

#ba39dc #dc39ad #6939dc

Monochromatic Colors of #ba39dc

#ba39dc

Complementary Color

#ba39dc #5bdc39

#ba39dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba39dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba39dc Color CSS Codes

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

#ba39dc Text Font Color

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

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


#ba39dc Background Color

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

This div background color is #ba39dc


#ba39dc Border Color

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

This div border color is #ba39dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba39dc


Comments

No comments written yet.

Please login to write comment.