Color Hex Logo

#ba158b Color Hex

#BA158B
(186,21,139)
0 Favorites   0 Comments

Color spaces of #ba158b

RGB 18621139
HSL0.880.800.41
HSV317°89°73°
CMYK 0.000.890.25   0.27
XYZ25.178112.839525.5773
Yxy12.83950.39590.2019
Hunter Lab35.832262.7194-17.2390
CIE-Lab42.520468.8750-22.5064

#ba158b color RGB value is (186,21,139).

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

The process color (four color CMYK) of #ba158b color hex is 0.00, 0.89, 0.25, 0.27. Web safe color of #ba158b is #cc0099. Color #ba158b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010101 10001011
Octal 272 25 213
Decimal 186 21 139
Hex BA 15 8B

RGB Percentages of Color #ba158b

%53.76
%6.07
%40.17

CMYK Percentages of Color #ba158b

%0
%89
%25
%27

Triadic Colors of #ba158b

#ba158b #8bba15 #158bba

Analogous Colors of #ba158b

#ba158b #ba1539 #9715ba

Monochromatic Colors of #ba158b

#ba158b

Complementary Color

#ba158b #15ba44

#ba158b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba158b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba158b Color CSS Codes

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

#ba158b Text Font Color

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

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


#ba158b Background Color

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

This div background color is #ba158b


#ba158b Border Color

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

This div border color is #ba158b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba158b


Comments

No comments written yet.

Please login to write comment.