Color Hex Logo

#ba178e Color Hex

#BA178E
(186,23,142)
0 Favorites   0 Comments

Color spaces of #ba178e

RGB 18623142
HSL0.880.780.41
HSV316°88°73°
CMYK 0.000.880.24   0.27
XYZ25.438613.004926.7606
Yxy13.00490.39010.1994
Hunter Lab36.062362.8061-18.7535
CIE-Lab42.770668.9001-23.9495

#ba178e color RGB value is (186,23,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010111 10001110
Octal 272 27 216
Decimal 186 23 142
Hex BA 17 8E

RGB Percentages of Color #ba178e

%52.99
%6.55
%40.46

CMYK Percentages of Color #ba178e

%0
%88
%24
%27

Triadic Colors of #ba178e

#ba178e #8eba17 #178eba

Analogous Colors of #ba178e

#ba178e #ba173d #9517ba

Monochromatic Colors of #ba178e

#ba178e

Complementary Color

#ba178e #17ba43

#ba178e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba178e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba178e Color CSS Codes

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

#ba178e Text Font Color

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

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


#ba178e Background Color

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

This div background color is #ba178e


#ba178e Border Color

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

This div border color is #ba178e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba178e


Comments

No comments written yet.

Please login to write comment.