Color Hex Logo

#ba398c Color Hex

#BA398C
(186,57,140)
0 Favorites   0 Comments

Color spaces of #ba398c

RGB 18657140
HSL0.890.530.48
HSV321°69°73°
CMYK 0.000.690.25   0.27
XYZ26.446515.258826.3623
Yxy15.25880.38850.2242
Hunter Lab39.062552.4905-12.6696
CIE-Lab45.986659.2386-17.7800

#ba398c color RGB value is (186,57,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 10001100
Octal 272 71 214
Decimal 186 57 140
Hex BA 39 8C

RGB Percentages of Color #ba398c

%48.56
%14.88
%36.55

CMYK Percentages of Color #ba398c

%0
%69
%25
%27

Triadic Colors of #ba398c

#ba398c #8cba39 #398cba

Analogous Colors of #ba398c

#ba398c #ba394b #a839ba

Monochromatic Colors of #ba398c

#ba398c

Complementary Color

#ba398c #39ba67

#ba398c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba398c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba398c Color CSS Codes

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

#ba398c Text Font Color

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

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


#ba398c Background Color

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

This div background color is #ba398c


#ba398c Border Color

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

This div border color is #ba398c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba398c


Comments

No comments written yet.

Please login to write comment.