Color Hex Logo

#ba395b Color Hex

#BA395B
(186,57,91)
0 Favorites   0 Comments

Color spaces of #ba395b

RGB 1865791
HSL0.960.530.48
HSV344°69°73°
CMYK 0.000.690.51   0.27
XYZ23.601214.120711.3792
Yxy14.12070.48070.2876
Hunter Lab37.577546.34938.3501
CIE-Lab44.405553.90069.9410

#ba395b color RGB value is (186,57,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 01011011
Octal 272 71 133
Decimal 186 57 91
Hex BA 39 5B

RGB Percentages of Color #ba395b

%55.69
%17.07
%27.25

CMYK Percentages of Color #ba395b

%0
%69
%51
%27

Triadic Colors of #ba395b

#ba395b #5bba39 #395bba

Analogous Colors of #ba395b

#ba395b #ba5839 #ba399c

Monochromatic Colors of #ba395b

#ba395b

Complementary Color

#ba395b #39ba98

#ba395b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba395b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba395b Color CSS Codes

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

#ba395b Text Font Color

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

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


#ba395b Background Color

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

This div background color is #ba395b


#ba395b Border Color

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

This div border color is #ba395b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba395b


Comments

No comments written yet.

Please login to write comment.