Color Hex Logo

#ba383b Color Hex

#BA383B
(186,56,59)
0 Favorites   0 Comments

Color spaces of #ba383b

RGB 1865659
HSL1.000.540.47
HSV359°70°73°
CMYK 0.000.700.68   0.27
XYZ22.453313.58325.5761
Yxy13.58320.53960.3264
Hunter Lab36.855444.250116.8284
CIE-Lab43.629252.067028.5377

#ba383b color RGB value is (186,56,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111000 00111011
Octal 272 70 73
Decimal 186 56 59
Hex BA 38 3B

RGB Percentages of Color #ba383b

%61.79
%18.60
%19.60

CMYK Percentages of Color #ba383b

%0
%70
%68
%27

Triadic Colors of #ba383b

#ba383b #3bba38 #383bba

Analogous Colors of #ba383b

#ba383b #ba7638 #ba387c

Monochromatic Colors of #ba383b

#ba383b

Complementary Color

#ba383b #38bab7

#ba383b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba383b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba383b Color CSS Codes

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

#ba383b Text Font Color

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

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


#ba383b Background Color

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

This div background color is #ba383b


#ba383b Border Color

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

This div border color is #ba383b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba383b


Comments

No comments written yet.

Please login to write comment.