Color Hex Logo

#ba646c Color Hex

#BA646C
(186,100,108)
0 Favorites   0 Comments

Color spaces of #ba646c

RGB 186100108
HSL0.980.380.56
HSV354°46°73°
CMYK 0.000.460.42   0.27
XYZ27.513620.636216.7204
Yxy20.63620.42410.3181
Hunter Lab45.427128.61389.9760
CIE-Lab52.549035.285011.0873

#ba646c color RGB value is (186,100,108).

#ba646c hex color red value is 186, green value is 100 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ba646c hue: 0.98 , saturation: 0.38 and the lightness value of ba646c is 0.56.

The process color (four color CMYK) of #ba646c color hex is 0.00, 0.46, 0.42, 0.27. Web safe color of #ba646c is #cc6666. Color #ba646c contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #ba646c

%47.21
%25.38
%27.41

CMYK Percentages of Color #ba646c

%0
%46
%42
%27

Triadic Colors of #ba646c

#ba646c #6cba64 #646cba

Analogous Colors of #ba646c

#ba646c #ba8764 #ba6497

Monochromatic Colors of #ba646c

#ba646c

Complementary Color

#ba646c #64bab2

#ba646c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba646c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba646c Color CSS Codes

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

#ba646c Text Font Color

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

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


#ba646c Background Color

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

This div background color is #ba646c


#ba646c Border Color

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

This div border color is #ba646c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,100,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 #ba646c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba646c


Comments

No comments written yet.

Please login to write comment.