Color Hex Logo

#ba169e Color Hex

#BA169E
(186,22,158)
0 Favorites   0 Comments

Color spaces of #ba169e

RGB 18622158
HSL0.860.790.41
HSV310°88°73°
CMYK 0.000.880.15   0.27
XYZ26.708213.481533.5423
Yxy13.48150.36220.1828
Hunter Lab36.717265.5865-28.4613
CIE-Lab43.480071.1164-32.5231

#ba169e color RGB value is (186,22,158).

#ba169e hex color red value is 186, green value is 22 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ba169e hue: 0.86 , saturation: 0.79 and the lightness value of ba169e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010110 10011110
Octal 272 26 236
Decimal 186 22 158
Hex BA 16 9E

RGB Percentages of Color #ba169e

%50.82
%6.01
%43.17

CMYK Percentages of Color #ba169e

%0
%88
%15
%27

Triadic Colors of #ba169e

#ba169e #9eba16 #169eba

Analogous Colors of #ba169e

#ba169e #ba164c #8416ba

Monochromatic Colors of #ba169e

#ba169e

Complementary Color

#ba169e #16ba32

#ba169e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba169e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba169e Color CSS Codes

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

#ba169e Text Font Color

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

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


#ba169e Background Color

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

This div background color is #ba169e


#ba169e Border Color

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

This div border color is #ba169e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba169e


Comments

No comments written yet.

Please login to write comment.