Color Hex Logo

#ba189f Color Hex

#BA189F
(186,24,159)
0 Favorites   0 Comments

Color spaces of #ba189f

RGB 18624159
HSL0.860.770.41
HSV310°87°73°
CMYK 0.000.870.15   0.27
XYZ26.834313.595634.0108
Yxy13.59560.36050.1826
Hunter Lab36.872265.3797-28.8783
CIE-Lab43.647370.9097-32.8606

#ba189f color RGB value is (186,24,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011000 10011111
Octal 272 30 237
Decimal 186 24 159
Hex BA 18 9F

RGB Percentages of Color #ba189f

%50.41
%6.50
%43.09

CMYK Percentages of Color #ba189f

%0
%87
%15
%27

Triadic Colors of #ba189f

#ba189f #9fba18 #189fba

Analogous Colors of #ba189f

#ba189f #ba184e #8418ba

Monochromatic Colors of #ba189f

#ba189f

Complementary Color

#ba189f #18ba33

#ba189f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba189f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba189f Color CSS Codes

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

#ba189f Text Font Color

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

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


#ba189f Background Color

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

This div background color is #ba189f


#ba189f Border Color

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

This div border color is #ba189f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba189f


Comments

No comments written yet.

Please login to write comment.