Color Hex Logo

#ba006c Color Hex

#BA006C
(186,0,108)
0 Favorites   0 Comments

Color spaces of #ba006c

RGB 1860108
HSL0.901.000.36
HSV325°100°73°
CMYK 0.001.000.42   0.27
XYZ22.956511.521815.2013
Yxy11.52180.46210.2319
Hunter Lab33.943861.3196-2.7916
CIE-Lab40.445868.0805-6.4334

#ba006c color RGB value is (186,0,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 01101100
Octal 272 0 154
Decimal 186 0 108
Hex BA 0 6C

RGB Percentages of Color #ba006c

%63.27
%0.00
%36.73

CMYK Percentages of Color #ba006c

%0
%100
%42
%27

Triadic Colors of #ba006c

#ba006c #6cba00 #006cba

Analogous Colors of #ba006c

#ba006c #ba000f #ab00ba

Monochromatic Colors of #ba006c

#ba006c

Complementary Color

#ba006c #00ba4e

#ba006c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba006c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba006c Color CSS Codes

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

#ba006c Text Font Color

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

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


#ba006c Background Color

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

This div background color is #ba006c


#ba006c Border Color

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

This div border color is #ba006c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba006c

#ba006c Color Palettes


Comments

No comments written yet.

Please login to write comment.