Color Hex Logo

#ba4744 Color Hex

#BA4744
(186,71,68)
0 Favorites   0 Comments

Color spaces of #ba4744

RGB 1867168
HSL0.000.460.50
HSV63°73°
CMYK 0.000.620.63   0.27
XYZ23.546315.36297.1932
Yxy15.36290.51070.3332
Hunter Lab39.195538.639816.5559
CIE-Lab46.127346.235426.2653

#ba4744 color RGB value is (186,71,68).

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

The process color (four color CMYK) of #ba4744 color hex is 0.00, 0.62, 0.63, 0.27. Web safe color of #ba4744 is #cc3333. Color #ba4744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000111 01000100
Octal 272 107 104
Decimal 186 71 68
Hex BA 47 44

RGB Percentages of Color #ba4744

%57.23
%21.85
%20.92

CMYK Percentages of Color #ba4744

%0
%62
%63
%27

Triadic Colors of #ba4744

#ba4744 #44ba47 #4744ba

Analogous Colors of #ba4744

#ba4744 #ba8244 #ba447c

Monochromatic Colors of #ba4744

#ba4744

Complementary Color

#ba4744 #44b7ba

#ba4744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4744 Color CSS Codes

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

#ba4744 Text Font Color

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

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


#ba4744 Background Color

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

This div background color is #ba4744


#ba4744 Border Color

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

This div border color is #ba4744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4744


Comments

No comments written yet.

Please login to write comment.