Color Hex Logo

#ba39d1 Color Hex

#BA39D1
(186,57,209)
0 Favorites   0 Comments

Color spaces of #ba39d1

RGB 18657209
HSL0.810.620.52
HSV291°73°82°
CMYK 0.110.730.00   0.18
XYZ33.221517.968862.0390
Yxy17.96880.29340.1587
Hunter Lab42.389665.7118-57.1007
CIE-Lab49.458270.0586-52.9462

#ba39d1 color RGB value is (186,57,209).

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

The process color (four color CMYK) of #ba39d1 color hex is 0.11, 0.73, 0.00, 0.18. Web safe color of #ba39d1 is #cc33cc. Color #ba39d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 11010001
Octal 272 71 321
Decimal 186 57 209
Hex BA 39 D1

RGB Percentages of Color #ba39d1

%41.15
%12.61
%46.24

CMYK Percentages of Color #ba39d1

%11
%73
%0
%18

Triadic Colors of #ba39d1

#ba39d1 #d1ba39 #39d1ba

Analogous Colors of #ba39d1

#ba39d1 #d1399c #6e39d1

Monochromatic Colors of #ba39d1

#ba39d1

Complementary Color

#ba39d1 #50d139

#ba39d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba39d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba39d1 Color CSS Codes

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

#ba39d1 Text Font Color

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

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


#ba39d1 Background Color

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

This div background color is #ba39d1


#ba39d1 Border Color

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

This div border color is #ba39d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba39d1


Comments

No comments written yet.

Please login to write comment.