Color Hex Logo

#ba436c Color Hex

#BA436C
(186,67,108)
0 Favorites   0 Comments

Color spaces of #ba436c

RGB 18667108
HSL0.940.470.50
HSV339°64°73°
CMYK 0.000.640.42   0.27
XYZ24.963615.536115.8704
Yxy15.53610.44290.2756
Hunter Lab39.415944.07333.7186
CIE-Lab46.359951.41102.2629

#ba436c color RGB value is (186,67,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000011 01101100
Octal 272 103 154
Decimal 186 67 108
Hex BA 43 6C

RGB Percentages of Color #ba436c

%51.52
%18.56
%29.92

CMYK Percentages of Color #ba436c

%0
%64
%42
%27

Triadic Colors of #ba436c

#ba436c #6cba43 #436cba

Analogous Colors of #ba436c

#ba436c #ba5643 #ba43a8

Monochromatic Colors of #ba436c

#ba436c

Complementary Color

#ba436c #43ba91

#ba436c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba436c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba436c Color CSS Codes

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

#ba436c Text Font Color

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

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


#ba436c Background Color

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

This div background color is #ba436c


#ba436c Border Color

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

This div border color is #ba436c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba436c


Comments

No comments written yet.

Please login to write comment.