Color Hex Logo

#ba009f Color Hex

#BA009F
(186,0,159)
0 Favorites   0 Comments

Color spaces of #ba009f

RGB 1860159
HSL0.861.000.36
HSV309°100°73°
CMYK 0.001.000.15   0.27
XYZ26.507712.942333.9019
Yxy12.94230.36140.1764
Hunter Lab35.975468.5669-30.6899
CIE-Lab42.676273.7594-34.3899

#ba009f color RGB value is (186,0,159).

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

The process color (four color CMYK) of #ba009f color hex is 0.00, 1.00, 0.15, 0.27. Web safe color of #ba009f is #cc0099. Color #ba009f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 10011111
Octal 272 0 237
Decimal 186 0 159
Hex BA 0 9F

RGB Percentages of Color #ba009f

%53.91
%0.00
%46.09

CMYK Percentages of Color #ba009f

%0
%100
%15
%27

Triadic Colors of #ba009f

#ba009f #9fba00 #009fba

Analogous Colors of #ba009f

#ba009f #ba0042 #7800ba

Monochromatic Colors of #ba009f

#ba009f

Complementary Color

#ba009f #00ba1b

#ba009f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba009f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba009f Color CSS Codes

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

#ba009f Text Font Color

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

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


#ba009f Background Color

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

This div background color is #ba009f


#ba009f Border Color

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

This div border color is #ba009f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba009f


Comments

No comments written yet.

Please login to write comment.