Color Hex Logo

#ba316b Color Hex

#BA316B
(186,49,107)
1 Favorites   0 Comments

Color spaces of #ba316b

RGB 18649107
HSL0.930.580.46
HSV335°74°73°
CMYK 0.000.740.42   0.27
XYZ24.001913.697315.2887
Yxy13.69730.45300.2585
Hunter Lab37.009950.99481.4143
CIE-Lab43.795758.2979-0.8562

#ba316b color RGB value is (186,49,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110001 01101011
Octal 272 61 153
Decimal 186 49 107
Hex BA 31 6B

RGB Percentages of Color #ba316b

%54.39
%14.33
%31.29

CMYK Percentages of Color #ba316b

%0
%74
%42
%27

Triadic Colors of #ba316b

#ba316b #6bba31 #316bba

Analogous Colors of #ba316b

#ba316b #ba3b31 #ba31b0

Monochromatic Colors of #ba316b

#ba316b

Complementary Color

#ba316b #31ba80

#ba316b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba316b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba316b Color CSS Codes

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

#ba316b Text Font Color

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

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


#ba316b Background Color

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

This div background color is #ba316b


#ba316b Border Color

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

This div border color is #ba316b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba316b


Comments

No comments written yet.

Please login to write comment.