Color Hex Logo

#ba299f Color Hex

#BA299F
(186,41,159)
0 Favorites   0 Comments

Color spaces of #ba299f

RGB 18641159
HSL0.860.640.45
HSV311°78°73°
CMYK 0.000.780.15   0.27
XYZ27.300614.528234.1662
Yxy14.52820.35920.1912
Hunter Lab38.115961.1483-26.4651
CIE-Lab44.981167.0496-30.7673

#ba299f color RGB value is (186,41,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101001 10011111
Octal 272 51 237
Decimal 186 41 159
Hex BA 29 9F

RGB Percentages of Color #ba299f

%48.19
%10.62
%41.19

CMYK Percentages of Color #ba299f

%0
%78
%15
%27

Triadic Colors of #ba299f

#ba299f #9fba29 #299fba

Analogous Colors of #ba299f

#ba299f #ba2957 #8d29ba

Monochromatic Colors of #ba299f

#ba299f

Complementary Color

#ba299f #29ba44

#ba299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba299f Color CSS Codes

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

#ba299f Text Font Color

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

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


#ba299f Background Color

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

This div background color is #ba299f


#ba299f Border Color

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

This div border color is #ba299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba299f


Comments

No comments written yet.

Please login to write comment.