Color Hex Logo

#ba406c Color Hex

#BA406C
(186,64,108)
0 Favorites   0 Comments

Color spaces of #ba406c

RGB 18664108
HSL0.940.490.49
HSV338°66°73°
CMYK 0.000.660.42   0.27
XYZ24.789915.188615.8125
Yxy15.18860.44430.2722
Hunter Lab38.972645.33943.2248
CIE-Lab45.891452.68581.5834

#ba406c color RGB value is (186,64,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000000 01101100
Octal 272 100 154
Decimal 186 64 108
Hex BA 40 6C

RGB Percentages of Color #ba406c

%51.96
%17.88
%30.17

CMYK Percentages of Color #ba406c

%0
%66
%42
%27

Triadic Colors of #ba406c

#ba406c #6cba40 #406cba

Analogous Colors of #ba406c

#ba406c #ba5140 #ba40a9

Monochromatic Colors of #ba406c

#ba406c

Complementary Color

#ba406c #40ba8e

#ba406c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba406c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba406c Color CSS Codes

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

#ba406c Text Font Color

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

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


#ba406c Background Color

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

This div background color is #ba406c


#ba406c Border Color

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

This div border color is #ba406c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba406c


Comments

No comments written yet.

Please login to write comment.