Color Hex Logo

#ba717e Color Hex

#BA717E
(186,113,126)
0 Favorites   0 Comments

Color spaces of #ba717e

RGB 186113126
HSL0.970.350.59
HSV349°39°73°
CMYK 0.000.390.32   0.27
XYZ29.920723.755722.7470
Yxy23.75570.39150.3108
Hunter Lab48.739824.28406.4471
CIE-Lab55.842430.46695.1933

#ba717e color RGB value is (186,113,126).

#ba717e hex color red value is 186, green value is 113 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ba717e hue: 0.97 , saturation: 0.35 and the lightness value of ba717e is 0.59.

The process color (four color CMYK) of #ba717e color hex is 0.00, 0.39, 0.32, 0.27. Web safe color of #ba717e is #cc6666. Color #ba717e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110001 01111110
Octal 272 161 176
Decimal 186 113 126
Hex BA 71 7E

RGB Percentages of Color #ba717e

%43.76
%26.59
%29.65

CMYK Percentages of Color #ba717e

%0
%39
%32
%27

Triadic Colors of #ba717e

#ba717e #7eba71 #717eba

Analogous Colors of #ba717e

#ba717e #ba8971 #ba71a3

Monochromatic Colors of #ba717e

#ba717e

Complementary Color

#ba717e #71baad

#ba717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba717e Color CSS Codes

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

#ba717e Text Font Color

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

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


#ba717e Background Color

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

This div background color is #ba717e


#ba717e Border Color

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

This div border color is #ba717e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba717e


Comments

No comments written yet.

Please login to write comment.