Color Hex Logo

#ba436b Color Hex

#BA436B
(186,67,107)
0 Favorites   0 Comments

Color spaces of #ba436b

RGB 18667107
HSL0.940.470.50
HSV340°64°73°
CMYK 0.000.640.42   0.27
XYZ24.910715.514915.5917
Yxy15.51490.44470.2770
Hunter Lab39.389043.95784.1030
CIE-Lab46.331551.30702.8337

#ba436b color RGB value is (186,67,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000011 01101011
Octal 272 103 153
Decimal 186 67 107
Hex BA 43 6B

RGB Percentages of Color #ba436b

%51.67
%18.61
%29.72

CMYK Percentages of Color #ba436b

%0
%64
%42
%27

Triadic Colors of #ba436b

#ba436b #6bba43 #436bba

Analogous Colors of #ba436b

#ba436b #ba5743 #ba43a7

Monochromatic Colors of #ba436b

#ba436b

Complementary Color

#ba436b #43ba92

#ba436b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba436b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba436b Color CSS Codes

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

#ba436b Text Font Color

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

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


#ba436b Background Color

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

This div background color is #ba436b


#ba436b Border Color

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

This div border color is #ba436b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba436b


Comments

No comments written yet.

Please login to write comment.