Color Hex Logo

#ba466b Color Hex

#BA466B
(186,70,107)
0 Favorites   0 Comments

Color spaces of #ba466b

RGB 18670107
HSL0.950.460.50
HSV341°62°73°
CMYK 0.000.620.42   0.27
XYZ25.093715.881015.6527
Yxy15.88100.44310.2804
Hunter Lab39.851042.66024.6077
CIE-Lab46.818049.99183.5362

#ba466b color RGB value is (186,70,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 01101011
Octal 272 106 153
Decimal 186 70 107
Hex BA 46 6B

RGB Percentages of Color #ba466b

%51.24
%19.28
%29.48

CMYK Percentages of Color #ba466b

%0
%62
%42
%27

Triadic Colors of #ba466b

#ba466b #6bba46 #466bba

Analogous Colors of #ba466b

#ba466b #ba5b46 #ba46a5

Monochromatic Colors of #ba466b

#ba466b

Complementary Color

#ba466b #46ba95

#ba466b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba466b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba466b Color CSS Codes

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

#ba466b Text Font Color

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

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


#ba466b Background Color

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

This div background color is #ba466b


#ba466b Border Color

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

This div border color is #ba466b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba466b


Comments

No comments written yet.

Please login to write comment.