Color Hex Logo

#ba299b Color Hex

#BA299B
(186,41,155)
0 Favorites   0 Comments

Color spaces of #ba299b

RGB 18641155
HSL0.870.640.45
HSV313°78°73°
CMYK 0.000.780.17   0.27
XYZ26.959014.391532.3673
Yxy14.39150.36570.1952
Hunter Lab37.936160.4613-24.0312
CIE-Lab44.789266.4949-28.6697

#ba299b color RGB value is (186,41,155).

#ba299b hex color red value is 186, green value is 41 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ba299b hue: 0.87 , saturation: 0.64 and the lightness value of ba299b is 0.45.

The process color (four color CMYK) of #ba299b color hex is 0.00, 0.78, 0.17, 0.27. Web safe color of #ba299b is #cc3399. Color #ba299b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101001 10011011
Octal 272 51 233
Decimal 186 41 155
Hex BA 29 9B

RGB Percentages of Color #ba299b

%48.69
%10.73
%40.58

CMYK Percentages of Color #ba299b

%0
%78
%17
%27

Triadic Colors of #ba299b

#ba299b #9bba29 #299bba

Analogous Colors of #ba299b

#ba299b #ba2953 #9129ba

Monochromatic Colors of #ba299b

#ba299b

Complementary Color

#ba299b #29ba48

#ba299b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba299b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba299b Color CSS Codes

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

#ba299b Text Font Color

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

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


#ba299b Background Color

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

This div background color is #ba299b


#ba299b Border Color

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

This div border color is #ba299b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba299b


Comments

No comments written yet.

Please login to write comment.