Color Hex Logo

#ba297b Color Hex

#BA297B
(186,41,123)
0 Favorites   0 Comments

Color spaces of #ba297b

RGB 18641123
HSL0.910.640.45
HSV326°78°73°
CMYK 0.000.780.34   0.27
XYZ24.617813.455020.0385
Yxy13.45500.42360.2315
Hunter Lab36.681155.6051-6.7128
CIE-Lab43.441062.5072-11.2779

#ba297b color RGB value is (186,41,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101001 01111011
Octal 272 51 173
Decimal 186 41 123
Hex BA 29 7B

RGB Percentages of Color #ba297b

%53.14
%11.71
%35.14

CMYK Percentages of Color #ba297b

%0
%78
%34
%27

Triadic Colors of #ba297b

#ba297b #7bba29 #297bba

Analogous Colors of #ba297b

#ba297b #ba2933 #b129ba

Monochromatic Colors of #ba297b

#ba297b

Complementary Color

#ba297b #29ba68

#ba297b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba297b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba297b Color CSS Codes

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

#ba297b Text Font Color

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

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


#ba297b Background Color

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

This div background color is #ba297b


#ba297b Border Color

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

This div border color is #ba297b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba297b


Comments

No comments written yet.

Please login to write comment.