Color Hex Logo

#ba399d Color Hex

#BA399D
(186,57,157)
0 Favorites   0 Comments

Color spaces of #ba399d

RGB 18657157
HSL0.870.530.48
HSV313°69°73°
CMYK 0.000.690.16   0.27
XYZ27.798615.799733.4828
Yxy15.79970.36060.2050
Hunter Lab39.748855.2746-22.1193
CIE-Lab46.710661.5888-26.8731

#ba399d color RGB value is (186,57,157).

#ba399d hex color red value is 186, green value is 57 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ba399d hue: 0.87 , saturation: 0.53 and the lightness value of ba399d is 0.48.

The process color (four color CMYK) of #ba399d color hex is 0.00, 0.69, 0.16, 0.27. Web safe color of #ba399d is #cc3399. Color #ba399d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 10011101
Octal 272 71 235
Decimal 186 57 157
Hex BA 39 9D

RGB Percentages of Color #ba399d

%46.50
%14.25
%39.25

CMYK Percentages of Color #ba399d

%0
%69
%16
%27

Triadic Colors of #ba399d

#ba399d #9dba39 #399dba

Analogous Colors of #ba399d

#ba399d #ba395c #9739ba

Monochromatic Colors of #ba399d

#ba399d

Complementary Color

#ba399d #39ba56

#ba399d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba399d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba399d Color CSS Codes

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

#ba399d Text Font Color

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

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


#ba399d Background Color

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

This div background color is #ba399d


#ba399d Border Color

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

This div border color is #ba399d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba399d


Comments

No comments written yet.

Please login to write comment.