Color Hex Logo

#ba3848 Color Hex

#BA3848
(186,56,72)
0 Favorites   0 Comments

Color spaces of #ba3848

RGB 1865672
HSL0.980.540.47
HSV353°70°73°
CMYK 0.000.700.61   0.27
XYZ22.833613.73537.5786
Yxy13.73530.51720.3111
Hunter Lab37.061245.117813.8187
CIE-Lab43.850952.846520.9216

#ba3848 color RGB value is (186,56,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111000 01001000
Octal 272 70 110
Decimal 186 56 72
Hex BA 38 48

RGB Percentages of Color #ba3848

%59.24
%17.83
%22.93

CMYK Percentages of Color #ba3848

%0
%70
%61
%27

Triadic Colors of #ba3848

#ba3848 #48ba38 #3848ba

Analogous Colors of #ba3848

#ba3848 #ba6938 #ba3889

Monochromatic Colors of #ba3848

#ba3848

Complementary Color

#ba3848 #38baaa

#ba3848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3848 Color CSS Codes

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

#ba3848 Text Font Color

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

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


#ba3848 Background Color

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

This div background color is #ba3848


#ba3848 Border Color

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

This div border color is #ba3848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3848


Comments

No comments written yet.

Please login to write comment.