Color Hex Logo

#ba189e Color Hex

#BA189E
(186,24,158)
0 Favorites   0 Comments

Color spaces of #ba189e

RGB 18624158
HSL0.860.770.41
HSV310°87°73°
CMYK 0.000.870.15   0.27
XYZ26.747913.561033.5555
Yxy13.56100.36210.1836
Hunter Lab36.825365.2086-28.2479
CIE-Lab43.596770.7756-32.3396

#ba189e color RGB value is (186,24,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011000 10011110
Octal 272 30 236
Decimal 186 24 158
Hex BA 18 9E

RGB Percentages of Color #ba189e

%50.54
%6.52
%42.93

CMYK Percentages of Color #ba189e

%0
%87
%15
%27

Triadic Colors of #ba189e

#ba189e #9eba18 #189eba

Analogous Colors of #ba189e

#ba189e #ba184d #8518ba

Monochromatic Colors of #ba189e

#ba189e

Complementary Color

#ba189e #18ba34

#ba189e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba189e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba189e Color CSS Codes

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

#ba189e Text Font Color

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

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


#ba189e Background Color

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

This div background color is #ba189e


#ba189e Border Color

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

This div border color is #ba189e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba189e


Comments

No comments written yet.

Please login to write comment.