Color Hex Logo

#ba446f Color Hex

#BA446F
(186,68,111)
0 Favorites   0 Comments

Color spaces of #ba446f

RGB 18668111
HSL0.940.460.50
HSV338°63°73°
CMYK 0.000.630.40   0.27
XYZ25.186115.721016.7459
Yxy15.72100.43690.2727
Hunter Lab39.649743.99892.7139
CIE-Lab46.606351.29740.7868

#ba446f color RGB value is (186,68,111).

#ba446f hex color red value is 186, green value is 68 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ba446f hue: 0.94 , saturation: 0.46 and the lightness value of ba446f is 0.50.

The process color (four color CMYK) of #ba446f color hex is 0.00, 0.63, 0.40, 0.27. Web safe color of #ba446f is #cc3366. Color #ba446f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000100 01101111
Octal 272 104 157
Decimal 186 68 111
Hex BA 44 6F

RGB Percentages of Color #ba446f

%50.96
%18.63
%30.41

CMYK Percentages of Color #ba446f

%0
%63
%40
%27

Triadic Colors of #ba446f

#ba446f #6fba44 #446fba

Analogous Colors of #ba446f

#ba446f #ba5444 #ba44aa

Monochromatic Colors of #ba446f

#ba446f

Complementary Color

#ba446f #44ba8f

#ba446f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba446f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba446f Color CSS Codes

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

#ba446f Text Font Color

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

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


#ba446f Background Color

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

This div background color is #ba446f


#ba446f Border Color

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

This div border color is #ba446f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba446f


Comments

No comments written yet.

Please login to write comment.