Color Hex Logo

#ba177f Color Hex

#BA177F
(186,23,127)
0 Favorites   0 Comments

Color spaces of #ba177f

RGB 18623127
HSL0.890.780.41
HSV322°88°73°
CMYK 0.000.880.32   0.27
XYZ24.386912.584221.2223
Yxy12.58420.41910.2162
Hunter Lab35.474260.6307-10.6380
CIE-Lab42.129967.1586-15.7358

#ba177f color RGB value is (186,23,127).

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

The process color (four color CMYK) of #ba177f color hex is 0.00, 0.88, 0.32, 0.27. Web safe color of #ba177f is #cc0066. Color #ba177f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010111 01111111
Octal 272 27 177
Decimal 186 23 127
Hex BA 17 7F

RGB Percentages of Color #ba177f

%55.36
%6.85
%37.80

CMYK Percentages of Color #ba177f

%0
%88
%32
%27

Triadic Colors of #ba177f

#ba177f #7fba17 #177fba

Analogous Colors of #ba177f

#ba177f #ba172e #a417ba

Monochromatic Colors of #ba177f

#ba177f

Complementary Color

#ba177f #17ba52

#ba177f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba177f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba177f Color CSS Codes

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

#ba177f Text Font Color

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

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


#ba177f Background Color

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

This div background color is #ba177f


#ba177f Border Color

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

This div border color is #ba177f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba177f


Comments

No comments written yet.

Please login to write comment.