Color Hex Logo

#ba06af Color Hex

#BA06AF
(186,6,175)
0 Favorites   0 Comments

Color spaces of #ba06af

RGB 1866175
HSL0.840.940.38
HSV304°97°73°
CMYK 0.000.970.06   0.27
XYZ28.052713.664541.7164
Yxy13.66450.33620.1638
Hunter Lab36.965570.7719-41.0342
CIE-Lab43.747975.3672-42.2462

#ba06af color RGB value is (186,6,175).

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

The process color (four color CMYK) of #ba06af color hex is 0.00, 0.97, 0.06, 0.27. Web safe color of #ba06af is #cc0099. Color #ba06af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000110 10101111
Octal 272 6 257
Decimal 186 6 175
Hex BA 6 AF

RGB Percentages of Color #ba06af

%50.68
%1.63
%47.68

CMYK Percentages of Color #ba06af

%0
%97
%6
%27

Triadic Colors of #ba06af

#ba06af #afba06 #06afba

Analogous Colors of #ba06af

#ba06af #ba0655 #6b06ba

Monochromatic Colors of #ba06af

#ba06af

Complementary Color

#ba06af #06ba11

#ba06af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba06af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba06af Color CSS Codes

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

#ba06af Text Font Color

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

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


#ba06af Background Color

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

This div background color is #ba06af


#ba06af Border Color

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

This div border color is #ba06af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba06af


Comments

No comments written yet.

Please login to write comment.