Color Hex Logo

#ba097f Color Hex

#BA097F
(186,9,127)
0 Favorites   0 Comments

Color spaces of #ba097f

RGB 1869127
HSL0.890.910.38
HSV320°95°73°
CMYK 0.000.950.32   0.27
XYZ24.178212.166821.1528
Yxy12.16680.42050.2116
Hunter Lab34.880962.6881-11.5385
CIE-Lab41.480069.0511-16.7296

#ba097f color RGB value is (186,9,127).

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

The process color (four color CMYK) of #ba097f color hex is 0.00, 0.95, 0.32, 0.27. Web safe color of #ba097f is #cc0066. Color #ba097f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001001 01111111
Octal 272 11 177
Decimal 186 9 127
Hex BA 9 7F

RGB Percentages of Color #ba097f

%57.76
%2.80
%39.44

CMYK Percentages of Color #ba097f

%0
%95
%32
%27

Triadic Colors of #ba097f

#ba097f #7fba09 #097fba

Analogous Colors of #ba097f

#ba097f #ba0927 #9d09ba

Monochromatic Colors of #ba097f

#ba097f

Complementary Color

#ba097f #09ba44

#ba097f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba097f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba097f Color CSS Codes

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

#ba097f Text Font Color

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

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


#ba097f Background Color

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

This div background color is #ba097f


#ba097f Border Color

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

This div border color is #ba097f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba097f


Comments

No comments written yet.

Please login to write comment.