Color Hex Logo

#ba383a Color Hex

#BA383A
(186,56,58)
0 Favorites   0 Comments

Color spaces of #ba383a

RGB 1865658
HSL1.000.540.47
HSV359°70°73°
CMYK 0.000.700.69   0.27
XYZ22.427613.57295.4408
Yxy13.57290.54120.3275
Hunter Lab36.841444.191317.0329
CIE-Lab43.614152.014029.1174

#ba383a color RGB value is (186,56,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111000 00111010
Octal 272 70 72
Decimal 186 56 58
Hex BA 38 3A

RGB Percentages of Color #ba383a

%62.00
%18.67
%19.33

CMYK Percentages of Color #ba383a

%0
%70
%69
%27

Triadic Colors of #ba383a

#ba383a #3aba38 #383aba

Analogous Colors of #ba383a

#ba383a #ba7738 #ba387b

Monochromatic Colors of #ba383a

#ba383a

Complementary Color

#ba383a #38bab8

#ba383a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba383a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba383a Color CSS Codes

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

#ba383a Text Font Color

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

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


#ba383a Background Color

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

This div background color is #ba383a


#ba383a Border Color

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

This div border color is #ba383a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba383a


Comments

No comments written yet.

Please login to write comment.