Color Hex Logo

#ba678a Color Hex

#BA678A
(186,103,138)
0 Favorites   0 Comments

Color spaces of #ba678a

RGB 186103138
HSL0.930.380.57
HSV335°45°73°
CMYK 0.000.450.26   0.27
XYZ29.687421.974626.7216
Yxy21.97460.37870.2803
Hunter Lab46.877131.0097-0.9835
CIE-Lab54.000037.5216-4.5275

#ba678a color RGB value is (186,103,138).

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

The process color (four color CMYK) of #ba678a color hex is 0.00, 0.45, 0.26, 0.27. Web safe color of #ba678a is #cc6699. Color #ba678a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100111 10001010
Octal 272 147 212
Decimal 186 103 138
Hex BA 67 8A

RGB Percentages of Color #ba678a

%43.56
%24.12
%32.32

CMYK Percentages of Color #ba678a

%0
%45
%26
%27

Triadic Colors of #ba678a

#ba678a #8aba67 #678aba

Analogous Colors of #ba678a

#ba678a #ba6e67 #ba67b4

Monochromatic Colors of #ba678a

#ba678a

Complementary Color

#ba678a #67ba97

#ba678a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba678a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba678a Color CSS Codes

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

#ba678a Text Font Color

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

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


#ba678a Background Color

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

This div background color is #ba678a


#ba678a Border Color

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

This div border color is #ba678a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba678a


Comments

No comments written yet.

Please login to write comment.