color codes Logo

#ba066c color codes

#BA066C
(186,6,108)
0 Favorites   0 Comments

Color spaces of #ba066c

RGB 1866108
HSL0.910.940.38
HSV326°97°73°
CMYK 0.000.970.42   0.27
XYZ23.021611.652115.2231
Yxy11.65210.46140.2335
Hunter Lab34.135260.6482-2.5467
CIE-Lab40.657867.4608-6.1175

#ba066c color RGB value is (186,6,108).

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

The process color (four color CMYK) of #ba066c color code is 0.00, 0.97, 0.42, 0.27. Web safe color of #ba066c is #cc0066. Color #ba066c contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #ba066c

%62.00
%2.00
%36.00

CMYK Percentages of Color #ba066c

%0
%97
%42
%27

Triadic Colors of #ba066c

#ba066c #6cba06 #066cba

Analogous Colors of #ba066c

#ba066c #ba0612 #ae06ba

Monochromatic Colors of #ba066c

#ba066c

Complementary Color

#ba066c #06ba54

#ba066c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba066c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba066c Color CSS Codes

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

#ba066c Text Font Color

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

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


#ba066c Background Color

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

This div background color is #ba066c


#ba066c Border Color

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

This div border color is #ba066c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba066c


Comments

No comments written yet.

Please login to write comment.