Color Hex Logo

#ba6e7f Color Hex

#BA6E7F
(186,110,127)
0 Favorites   0 Comments

Color spaces of #ba6e7f

RGB 186110127
HSL0.960.360.58
HSV347°41°73°
CMYK 0.000.410.32   0.27
XYZ29.656423.123322.9788
Yxy23.12330.39150.3052
Hunter Lab48.086725.93425.3283
CIE-Lab55.199132.23503.6825

#ba6e7f color RGB value is (186,110,127).

#ba6e7f hex color red value is 186, green value is 110 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ba6e7f hue: 0.96 , saturation: 0.36 and the lightness value of ba6e7f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101110 01111111
Octal 272 156 177
Decimal 186 110 127
Hex BA 6E 7F

RGB Percentages of Color #ba6e7f

%43.97
%26.00
%30.02

CMYK Percentages of Color #ba6e7f

%0
%41
%32
%27

Triadic Colors of #ba6e7f

#ba6e7f #7fba6e #6e7fba

Analogous Colors of #ba6e7f

#ba6e7f #ba836e #ba6ea5

Monochromatic Colors of #ba6e7f

#ba6e7f

Complementary Color

#ba6e7f #6ebaa9

#ba6e7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6e7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6e7f Color CSS Codes

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

#ba6e7f Text Font Color

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

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


#ba6e7f Background Color

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

This div background color is #ba6e7f


#ba6e7f Border Color

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

This div border color is #ba6e7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6e7f


Comments

No comments written yet.

Please login to write comment.