Color Hex Logo

#ba375d Color Hex

#BA375D
(186,55,93)
0 Favorites   0 Comments

Color spaces of #ba375d

RGB 1865593
HSL0.950.540.47
HSV343°70°73°
CMYK 0.000.700.50   0.27
XYZ23.591713.961811.8074
Yxy13.96180.47790.2829
Hunter Lab37.365547.31117.4204
CIE-Lab44.178154.83878.3818

#ba375d color RGB value is (186,55,93).

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

The process color (four color CMYK) of #ba375d color hex is 0.00, 0.70, 0.50, 0.27. Web safe color of #ba375d is #cc3366. Color #ba375d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110111 01011101
Octal 272 67 135
Decimal 186 55 93
Hex BA 37 5D

RGB Percentages of Color #ba375d

%55.69
%16.47
%27.84

CMYK Percentages of Color #ba375d

%0
%70
%50
%27

Triadic Colors of #ba375d

#ba375d #5dba37 #375dba

Analogous Colors of #ba375d

#ba375d #ba5337 #ba379f

Monochromatic Colors of #ba375d

#ba375d

Complementary Color

#ba375d #37ba94

#ba375d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba375d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba375d Color CSS Codes

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

#ba375d Text Font Color

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

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


#ba375d Background Color

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

This div background color is #ba375d


#ba375d Border Color

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

This div border color is #ba375d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba375d


Comments

No comments written yet.

Please login to write comment.