Color Hex Logo

#ba657f Color Hex

#BA657F
(186,101,127)
0 Favorites   0 Comments

Color spaces of #ba657f

RGB 186101127
HSL0.950.380.56
HSV342°46°73°
CMYK 0.000.460.32   0.27
XYZ28.734121.278822.6714
Yxy21.27880.39530.2928
Hunter Lab46.128930.46343.1505
CIE-Lab53.253337.06960.8610

#ba657f color RGB value is (186,101,127).

#ba657f hex color red value is 186, green value is 101 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ba657f hue: 0.95 , saturation: 0.38 and the lightness value of ba657f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100101 01111111
Octal 272 145 177
Decimal 186 101 127
Hex BA 65 7F

RGB Percentages of Color #ba657f

%44.93
%24.40
%30.68

CMYK Percentages of Color #ba657f

%0
%46
%32
%27

Triadic Colors of #ba657f

#ba657f #7fba65 #657fba

Analogous Colors of #ba657f

#ba657f #ba7665 #ba65aa

Monochromatic Colors of #ba657f

#ba657f

Complementary Color

#ba657f #65baa0

#ba657f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba657f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba657f Color CSS Codes

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

#ba657f Text Font Color

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

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


#ba657f Background Color

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

This div background color is #ba657f


#ba657f Border Color

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

This div border color is #ba657f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba657f


Comments

No comments written yet.

Please login to write comment.