Color Hex Logo

#ba688a Color Hex

#BA688A
(186,104,138)
0 Favorites   0 Comments

Color spaces of #ba688a

RGB 186104138
HSL0.930.370.57
HSV335°44°73°
CMYK 0.000.440.26   0.27
XYZ29.787522.174726.7549
Yxy22.17470.37840.2817
Hunter Lab47.090030.5053-0.7235
CIE-Lab54.211936.9894-4.2143

#ba688a color RGB value is (186,104,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 10001010
Octal 272 150 212
Decimal 186 104 138
Hex BA 68 8A

RGB Percentages of Color #ba688a

%43.46
%24.30
%32.24

CMYK Percentages of Color #ba688a

%0
%44
%26
%27

Triadic Colors of #ba688a

#ba688a #8aba68 #688aba

Analogous Colors of #ba688a

#ba688a #ba6f68 #ba68b3

Monochromatic Colors of #ba688a

#ba688a

Complementary Color

#ba688a #68ba98

#ba688a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba688a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba688a Color CSS Codes

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

#ba688a Text Font Color

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

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


#ba688a Background Color

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

This div background color is #ba688a


#ba688a Border Color

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

This div border color is #ba688a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba688a


Comments

No comments written yet.

Please login to write comment.