Color Hex Logo

#ba3946 Color Hex

#BA3946
(186,57,70)
1 Favorites   0 Comments

Color spaces of #ba3946

RGB 1865770
HSL0.980.530.48
HSV354°69°73°
CMYK 0.000.690.62   0.27
XYZ22.818313.80767.2568
Yxy13.80760.52000.3146
Hunter Lab37.158644.585614.4321
CIE-Lab43.955752.325222.2836

#ba3946 color RGB value is (186,57,70).

#ba3946 hex color red value is 186, green value is 57 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ba3946 hue: 0.98 , saturation: 0.53 and the lightness value of ba3946 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 01000110
Octal 272 71 106
Decimal 186 57 70
Hex BA 39 46

RGB Percentages of Color #ba3946

%59.42
%18.21
%22.36

CMYK Percentages of Color #ba3946

%0
%69
%62
%27

Triadic Colors of #ba3946

#ba3946 #46ba39 #3946ba

Analogous Colors of #ba3946

#ba3946 #ba6d39 #ba3987

Monochromatic Colors of #ba3946

#ba3946

Complementary Color

#ba3946 #39baad

#ba3946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3946 Color CSS Codes

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

#ba3946 Text Font Color

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

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


#ba3946 Background Color

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

This div background color is #ba3946


#ba3946 Border Color

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

This div border color is #ba3946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3946


Comments

No comments written yet.

Please login to write comment.