Color Hex Logo

#ba295f Color Hex

#BA295F
(186,41,95)
0 Favorites   0 Comments

Color spaces of #ba295f

RGB 1864195
HSL0.940.640.45
HSV338°78°73°
CMYK 0.000.780.49   0.27
XYZ23.108212.851212.0891
Yxy12.85120.48090.2675
Hunter Lab35.848652.32725.0998
CIE-Lab42.538259.74594.8018

#ba295f color RGB value is (186,41,95).

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

The process color (four color CMYK) of #ba295f color hex is 0.00, 0.78, 0.49, 0.27. Web safe color of #ba295f is #cc3366. Color #ba295f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101001 01011111
Octal 272 51 137
Decimal 186 41 95
Hex BA 29 5F

RGB Percentages of Color #ba295f

%57.76
%12.73
%29.50

CMYK Percentages of Color #ba295f

%0
%78
%49
%27

Triadic Colors of #ba295f

#ba295f #5fba29 #295fba

Analogous Colors of #ba295f

#ba295f #ba3c29 #ba29a8

Monochromatic Colors of #ba295f

#ba295f

Complementary Color

#ba295f #29ba84

#ba295f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba295f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba295f Color CSS Codes

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

#ba295f Text Font Color

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

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


#ba295f Background Color

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

This div background color is #ba295f


#ba295f Border Color

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

This div border color is #ba295f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba295f


Comments

No comments written yet.

Please login to write comment.