Color Hex Logo

#ba046a Color Hex

#BA046A
(186,4,106)
0 Favorites   0 Comments

Color spaces of #ba046a

RGB 1864106
HSL0.910.960.37
HSV326°98°73°
CMYK 0.000.980.43   0.27
XYZ22.894611.566514.6616
Yxy11.56650.46610.2355
Hunter Lab34.009660.6461-1.7534
CIE-Lab40.518767.4861-5.0650

#ba046a color RGB value is (186,4,106).

#ba046a hex color red value is 186, green value is 4 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ba046a hue: 0.91 , saturation: 0.96 and the lightness value of ba046a is 0.37.

The process color (four color CMYK) of #ba046a color hex is 0.00, 0.98, 0.43, 0.27. Web safe color of #ba046a is #cc0066. Color #ba046a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000100 01101010
Octal 272 4 152
Decimal 186 4 106
Hex BA 4 6A

RGB Percentages of Color #ba046a

%62.84
%1.35
%35.81

CMYK Percentages of Color #ba046a

%0
%98
%43
%27

Triadic Colors of #ba046a

#ba046a #6aba04 #046aba

Analogous Colors of #ba046a

#ba046a #ba040f #af04ba

Monochromatic Colors of #ba046a

#ba046a

Complementary Color

#ba046a #04ba54

#ba046a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba046a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba046a Color CSS Codes

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

#ba046a Text Font Color

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

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


#ba046a Background Color

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

This div background color is #ba046a


#ba046a Border Color

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

This div border color is #ba046a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba046a


Comments

No comments written yet.

Please login to write comment.