Color Hex Logo

#ba156b Color Hex

#BA156B
(186,21,107)
0 Favorites   0 Comments

Color spaces of #ba156b

RGB 18621107
HSL0.910.800.41
HSV329°89°73°
CMYK 0.000.890.42   0.27
XYZ23.171712.037015.0120
Yxy12.03700.46140.2397
Hunter Lab34.694458.5015-1.3683
CIE-Lab41.274965.4768-4.5714

#ba156b color RGB value is (186,21,107).

#ba156b hex color red value is 186, green value is 21 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ba156b hue: 0.91 , saturation: 0.80 and the lightness value of ba156b is 0.41.

The process color (four color CMYK) of #ba156b color hex is 0.00, 0.89, 0.42, 0.27. Web safe color of #ba156b is #cc0066. Color #ba156b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010101 01101011
Octal 272 25 153
Decimal 186 21 107
Hex BA 15 6B

RGB Percentages of Color #ba156b

%59.24
%6.69
%34.08

CMYK Percentages of Color #ba156b

%0
%89
%42
%27

Triadic Colors of #ba156b

#ba156b #6bba15 #156bba

Analogous Colors of #ba156b

#ba156b #ba1519 #b715ba

Monochromatic Colors of #ba156b

#ba156b

Complementary Color

#ba156b #15ba64

#ba156b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba156b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba156b Color CSS Codes

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

#ba156b Text Font Color

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

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


#ba156b Background Color

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

This div background color is #ba156b


#ba156b Border Color

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

This div border color is #ba156b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba156b


Comments

No comments written yet.

Please login to write comment.