Color Hex Logo

#ba046c Color Hex

#BA046C
(186,4,108)
0 Favorites   0 Comments

Color spaces of #ba046c

RGB 1864108
HSL0.900.960.37
HSV326°98°73°
CMYK 0.000.980.42   0.27
XYZ22.999911.608615.2158
Yxy11.60860.46160.2330
Hunter Lab34.071460.8715-2.6281
CIE-Lab40.587267.6671-6.2226

#ba046c color RGB value is (186,4,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000100 01101100
Octal 272 4 154
Decimal 186 4 108
Hex BA 4 6C

RGB Percentages of Color #ba046c

%62.42
%1.34
%36.24

CMYK Percentages of Color #ba046c

%0
%98
%42
%27

Triadic Colors of #ba046c

#ba046c #6cba04 #046cba

Analogous Colors of #ba046c

#ba046c #ba0411 #ad04ba

Monochromatic Colors of #ba046c

#ba046c

Complementary Color

#ba046c #04ba52

#ba046c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba046c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba046c Color CSS Codes

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

#ba046c Text Font Color

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

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


#ba046c Background Color

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

This div background color is #ba046c


#ba046c Border Color

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

This div border color is #ba046c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba046c


Comments

No comments written yet.

Please login to write comment.