Color Hex Logo

#ba295b Color Hex

#BA295B
(186,41,91)
0 Favorites   0 Comments

Color spaces of #ba295b

RGB 1864191
HSL0.940.640.45
HSV339°78°73°
CMYK 0.000.780.51   0.27
XYZ22.931012.780311.1558
Yxy12.78030.48930.2727
Hunter Lab35.749551.93446.5230
CIE-Lab42.430359.41107.1561

#ba295b color RGB value is (186,41,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101001 01011011
Octal 272 51 133
Decimal 186 41 91
Hex BA 29 5B

RGB Percentages of Color #ba295b

%58.49
%12.89
%28.62

CMYK Percentages of Color #ba295b

%0
%78
%51
%27

Triadic Colors of #ba295b

#ba295b #5bba29 #295bba

Analogous Colors of #ba295b

#ba295b #ba4029 #ba29a4

Monochromatic Colors of #ba295b

#ba295b

Complementary Color

#ba295b #29ba88

#ba295b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba295b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba295b Color CSS Codes

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

#ba295b Text Font Color

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

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


#ba295b Background Color

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

This div background color is #ba295b


#ba295b Border Color

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

This div border color is #ba295b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba295b


Comments

No comments written yet.

Please login to write comment.