Color Hex Logo

#ba385b Color Hex

#BA385B
(186,56,91)
0 Favorites   0 Comments

Color spaces of #ba385b

RGB 1865691
HSL0.960.540.47
HSV344°70°73°
CMYK 0.000.700.51   0.27
XYZ23.552214.022811.3629
Yxy14.02280.48130.2865
Hunter Lab37.447046.73488.2220
CIE-Lab44.265654.28609.7448

#ba385b color RGB value is (186,56,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111000 01011011
Octal 272 70 133
Decimal 186 56 91
Hex BA 38 5B

RGB Percentages of Color #ba385b

%55.86
%16.82
%27.33

CMYK Percentages of Color #ba385b

%0
%70
%51
%27

Triadic Colors of #ba385b

#ba385b #5bba38 #385bba

Analogous Colors of #ba385b

#ba385b #ba5638 #ba389c

Monochromatic Colors of #ba385b

#ba385b

Complementary Color

#ba385b #38ba97

#ba385b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba385b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba385b Color CSS Codes

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

#ba385b Text Font Color

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

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


#ba385b Background Color

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

This div background color is #ba385b


#ba385b Border Color

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

This div border color is #ba385b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba385b


Comments

No comments written yet.

Please login to write comment.