Color Hex Logo

#ba3639 Color Hex

#BA3639
(186,54,57)
0 Favorites   0 Comments

Color spaces of #ba3639

RGB 1865457
HSL1.000.550.47
HSV359°71°73°
CMYK 0.000.710.69   0.27
XYZ22.307413.37285.2764
Yxy13.37280.54470.3265
Hunter Lab36.568844.891517.0434
CIE-Lab43.319752.730129.3594

#ba3639 color RGB value is (186,54,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110110 00111001
Octal 272 66 71
Decimal 186 54 57
Hex BA 36 39

RGB Percentages of Color #ba3639

%62.63
%18.18
%19.19

CMYK Percentages of Color #ba3639

%0
%71
%69
%27

Triadic Colors of #ba3639

#ba3639 #39ba36 #3639ba

Analogous Colors of #ba3639

#ba3639 #ba7536 #ba367b

Monochromatic Colors of #ba3639

#ba3639

Complementary Color

#ba3639 #36bab7

#ba3639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3639 Color CSS Codes

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

#ba3639 Text Font Color

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

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


#ba3639 Background Color

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

This div background color is #ba3639


#ba3639 Border Color

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

This div border color is #ba3639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3639


Comments

No comments written yet.

Please login to write comment.