Color Hex Logo

#ba076c Color Hex

#BA076C
(186,7,108)
0 Favorites   0 Comments

Color spaces of #ba076c

RGB 1867108
HSL0.910.930.38
HSV326°96°73°
CMYK 0.000.960.42   0.27
XYZ23.032511.673815.2267
Yxy11.67380.46130.2338
Hunter Lab34.166960.5376-2.5061
CIE-Lab40.692967.3585-6.0651

#ba076c color RGB value is (186,7,108).

#ba076c hex color red value is 186, green value is 7 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ba076c hue: 0.91 , saturation: 0.93 and the lightness value of ba076c is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000111 01101100
Octal 272 7 154
Decimal 186 7 108
Hex BA 7 6C

RGB Percentages of Color #ba076c

%61.79
%2.33
%35.88

CMYK Percentages of Color #ba076c

%0
%96
%42
%27

Triadic Colors of #ba076c

#ba076c #6cba07 #076cba

Analogous Colors of #ba076c

#ba076c #ba0712 #af07ba

Monochromatic Colors of #ba076c

#ba076c

Complementary Color

#ba076c #07ba55

#ba076c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba076c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba076c Color CSS Codes

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

#ba076c Text Font Color

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

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


#ba076c Background Color

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

This div background color is #ba076c


#ba076c Border Color

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

This div border color is #ba076c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,7,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 #ba076c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba076c


Comments

No comments written yet.

Please login to write comment.