Color Hex Logo

#ba3748 Color Hex

#BA3748
(186,55,72)
0 Favorites   0 Comments

Color spaces of #ba3748

RGB 1865572
HSL0.980.540.47
HSV352°70°73°
CMYK 0.000.700.61   0.27
XYZ22.785613.63947.5626
Yxy13.63940.51800.3101
Hunter Lab36.931645.498613.7111
CIE-Lab43.711353.230420.7388

#ba3748 color RGB value is (186,55,72).

#ba3748 hex color red value is 186, green value is 55 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ba3748 hue: 0.98 , saturation: 0.54 and the lightness value of ba3748 is 0.47.

The process color (four color CMYK) of #ba3748 color hex is 0.00, 0.70, 0.61, 0.27. Web safe color of #ba3748 is #cc3333. Color #ba3748 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110111 01001000
Octal 272 67 110
Decimal 186 55 72
Hex BA 37 48

RGB Percentages of Color #ba3748

%59.42
%17.57
%23.00

CMYK Percentages of Color #ba3748

%0
%70
%61
%27

Triadic Colors of #ba3748

#ba3748 #48ba37 #3748ba

Analogous Colors of #ba3748

#ba3748 #ba6837 #ba378a

Monochromatic Colors of #ba3748

#ba3748

Complementary Color

#ba3748 #37baa9

#ba3748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3748 Color CSS Codes

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

#ba3748 Text Font Color

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

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


#ba3748 Background Color

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

This div background color is #ba3748


#ba3748 Border Color

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

This div border color is #ba3748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3748


Comments

No comments written yet.

Please login to write comment.