Color Hex Logo

#ba316a Color Hex

#BA316A
(186,49,106)
0 Favorites   0 Comments

Color spaces of #ba316a

RGB 18649106
HSL0.930.580.46
HSV335°74°73°
CMYK 0.000.740.43   0.27
XYZ23.949513.676315.0132
Yxy13.67630.45500.2598
Hunter Lab36.981550.88041.8174
CIE-Lab43.765158.1996-0.2807

#ba316a color RGB value is (186,49,106).

#ba316a hex color red value is 186, green value is 49 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ba316a hue: 0.93 , saturation: 0.58 and the lightness value of ba316a is 0.46.

The process color (four color CMYK) of #ba316a color hex is 0.00, 0.74, 0.43, 0.27. Web safe color of #ba316a is #cc3366. Color #ba316a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110001 01101010
Octal 272 61 152
Decimal 186 49 106
Hex BA 31 6A

RGB Percentages of Color #ba316a

%54.55
%14.37
%31.09

CMYK Percentages of Color #ba316a

%0
%74
%43
%27

Triadic Colors of #ba316a

#ba316a #6aba31 #316aba

Analogous Colors of #ba316a

#ba316a #ba3c31 #ba31af

Monochromatic Colors of #ba316a

#ba316a

Complementary Color

#ba316a #31ba81

#ba316a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba316a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba316a Color CSS Codes

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

#ba316a Text Font Color

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

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


#ba316a Background Color

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

This div background color is #ba316a


#ba316a Border Color

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

This div border color is #ba316a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba316a


Comments

No comments written yet.

Please login to write comment.