Color Hex Logo

#ba178f Color Hex

#BA178F
(186,23,143)
0 Favorites   0 Comments

Color spaces of #ba178f

RGB 18623143
HSL0.880.780.41
HSV316°88°73°
CMYK 0.000.880.23   0.27
XYZ25.514013.035127.1579
Yxy13.03510.38830.1984
Hunter Lab36.104262.9597-19.3256
CIE-Lab42.816169.0222-24.4880

#ba178f color RGB value is (186,23,143).

#ba178f hex color red value is 186, green value is 23 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ba178f hue: 0.88 , saturation: 0.78 and the lightness value of ba178f is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010111 10001111
Octal 272 27 217
Decimal 186 23 143
Hex BA 17 8F

RGB Percentages of Color #ba178f

%52.84
%6.53
%40.63

CMYK Percentages of Color #ba178f

%0
%88
%23
%27

Triadic Colors of #ba178f

#ba178f #8fba17 #178fba

Analogous Colors of #ba178f

#ba178f #ba173d #9417ba

Monochromatic Colors of #ba178f

#ba178f

Complementary Color

#ba178f #17ba42

#ba178f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba178f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba178f Color CSS Codes

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

#ba178f Text Font Color

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

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


#ba178f Background Color

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

This div background color is #ba178f


#ba178f Border Color

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

This div border color is #ba178f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba178f


Comments

No comments written yet.

Please login to write comment.