Color Hex Logo

#ba398e Color Hex

#BA398E
(186,57,142)
0 Favorites   0 Comments

Color spaces of #ba398e

RGB 18657142
HSL0.890.530.48
HSV320°69°73°
CMYK 0.000.690.24   0.27
XYZ26.595315.318427.1462
Yxy15.31840.38510.2218
Hunter Lab39.138752.8004-13.7258
CIE-Lab46.067259.5022-18.8645

#ba398e color RGB value is (186,57,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 10001110
Octal 272 71 216
Decimal 186 57 142
Hex BA 39 8E

RGB Percentages of Color #ba398e

%48.31
%14.81
%36.88

CMYK Percentages of Color #ba398e

%0
%69
%24
%27

Triadic Colors of #ba398e

#ba398e #8eba39 #398eba

Analogous Colors of #ba398e

#ba398e #ba394d #a639ba

Monochromatic Colors of #ba398e

#ba398e

Complementary Color

#ba398e #39ba65

#ba398e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba398e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba398e Color CSS Codes

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

#ba398e Text Font Color

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

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


#ba398e Background Color

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

This div background color is #ba398e


#ba398e Border Color

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

This div border color is #ba398e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba398e


Comments

No comments written yet.

Please login to write comment.