Color Hex Logo

#ba3948 Color Hex

#BA3948
(186,57,72)
0 Favorites   0 Comments

Color spaces of #ba3948

RGB 1865772
HSL0.980.530.48
HSV353°69°73°
CMYK 0.000.690.61   0.27
XYZ22.882513.83327.5949
Yxy13.83320.51640.3122
Hunter Lab37.193044.732013.9279
CIE-Lab43.992852.456821.1072

#ba3948 color RGB value is (186,57,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 01001000
Octal 272 71 110
Decimal 186 57 72
Hex BA 39 48

RGB Percentages of Color #ba3948

%59.05
%18.10
%22.86

CMYK Percentages of Color #ba3948

%0
%69
%61
%27

Triadic Colors of #ba3948

#ba3948 #48ba39 #3948ba

Analogous Colors of #ba3948

#ba3948 #ba6b39 #ba3989

Monochromatic Colors of #ba3948

#ba3948

Complementary Color

#ba3948 #39baab

#ba3948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3948 Color CSS Codes

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

#ba3948 Text Font Color

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

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


#ba3948 Background Color

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

This div background color is #ba3948


#ba3948 Border Color

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

This div border color is #ba3948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3948


Comments

No comments written yet.

Please login to write comment.