Color Hex Logo

#ba436a Color Hex

#BA436A
(186,67,106)
0 Favorites   0 Comments

Color spaces of #ba436a

RGB 18667106
HSL0.950.470.50
HSV340°64°73°
CMYK 0.000.640.43   0.27
XYZ24.858415.494015.3161
Yxy15.49400.44650.2783
Hunter Lab39.362443.84324.4837
CIE-Lab46.303551.20363.4056

#ba436a color RGB value is (186,67,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000011 01101010
Octal 272 103 152
Decimal 186 67 106
Hex BA 43 6A

RGB Percentages of Color #ba436a

%51.81
%18.66
%29.53

CMYK Percentages of Color #ba436a

%0
%64
%43
%27

Triadic Colors of #ba436a

#ba436a #6aba43 #436aba

Analogous Colors of #ba436a

#ba436a #ba5843 #ba43a6

Monochromatic Colors of #ba436a

#ba436a

Complementary Color

#ba436a #43ba93

#ba436a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba436a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba436a Color CSS Codes

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

#ba436a Text Font Color

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

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


#ba436a Background Color

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

This div background color is #ba436a


#ba436a Border Color

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

This div border color is #ba436a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba436a


Comments

No comments written yet.

Please login to write comment.