Color Hex Logo

#ba406a Color Hex

#BA406A
(186,64,106)
0 Favorites   0 Comments

Color spaces of #ba406a

RGB 18664106
HSL0.940.490.49
HSV339°66°73°
CMYK 0.000.660.43   0.27
XYZ24.684615.146515.2582
Yxy15.14650.44810.2749
Hunter Lab38.918545.10873.9980
CIE-Lab45.834252.47962.7277

#ba406a color RGB value is (186,64,106).

#ba406a hex color red value is 186, green value is 64 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ba406a hue: 0.94 , saturation: 0.49 and the lightness value of ba406a is 0.49.

The process color (four color CMYK) of #ba406a color hex is 0.00, 0.66, 0.43, 0.27. Web safe color of #ba406a is #cc3366. Color #ba406a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000000 01101010
Octal 272 100 152
Decimal 186 64 106
Hex BA 40 6A

RGB Percentages of Color #ba406a

%52.25
%17.98
%29.78

CMYK Percentages of Color #ba406a

%0
%66
%43
%27

Triadic Colors of #ba406a

#ba406a #6aba40 #406aba

Analogous Colors of #ba406a

#ba406a #ba5340 #ba40a7

Monochromatic Colors of #ba406a

#ba406a

Complementary Color

#ba406a #40ba90

#ba406a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba406a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba406a Color CSS Codes

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

#ba406a Text Font Color

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

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


#ba406a Background Color

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

This div background color is #ba406a


#ba406a Border Color

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

This div border color is #ba406a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba406a


Comments

No comments written yet.

Please login to write comment.