Color Hex Logo

#ba677e Color Hex

#BA677E
(186,103,126)
0 Favorites   0 Comments

Color spaces of #ba677e

RGB 186103126
HSL0.950.380.57
HSV343°45°73°
CMYK 0.000.450.32   0.27
XYZ28.865821.646022.3954
Yxy21.64600.39590.2969
Hunter Lab46.525329.32814.0278
CIE-Lab53.649435.87422.0269

#ba677e color RGB value is (186,103,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100111 01111110
Octal 272 147 176
Decimal 186 103 126
Hex BA 67 7E

RGB Percentages of Color #ba677e

%44.82
%24.82
%30.36

CMYK Percentages of Color #ba677e

%0
%45
%32
%27

Triadic Colors of #ba677e

#ba677e #7eba67 #677eba

Analogous Colors of #ba677e

#ba677e #ba7a67 #ba67a8

Monochromatic Colors of #ba677e

#ba677e

Complementary Color

#ba677e #67baa3

#ba677e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba677e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba677e Color CSS Codes

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

#ba677e Text Font Color

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

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


#ba677e Background Color

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

This div background color is #ba677e


#ba677e Border Color

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

This div border color is #ba677e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba677e


Comments

No comments written yet.

Please login to write comment.