Color Hex Logo

#ba689f Color Hex

#BA689F
(186,104,159)
0 Favorites   0 Comments

Color spaces of #ba689f

RGB 186104159
HSL0.890.370.57
HSV320°44°73°
CMYK 0.000.440.15   0.27
XYZ31.458022.842935.5520
Yxy22.84290.35010.2542
Hunter Lab47.794233.8481-10.6472
CIE-Lab54.910140.2133-15.4614

#ba689f color RGB value is (186,104,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 10011111
Octal 272 150 237
Decimal 186 104 159
Hex BA 68 9F

RGB Percentages of Color #ba689f

%41.43
%23.16
%35.41

CMYK Percentages of Color #ba689f

%0
%44
%15
%27

Triadic Colors of #ba689f

#ba689f #9fba68 #689fba

Analogous Colors of #ba689f

#ba689f #ba6876 #ac68ba

Monochromatic Colors of #ba689f

#ba689f

Complementary Color

#ba689f #68ba83

#ba689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba689f Color CSS Codes

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

#ba689f Text Font Color

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

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


#ba689f Background Color

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

This div background color is #ba689f


#ba689f Border Color

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

This div border color is #ba689f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba689f


Comments

No comments written yet.

Please login to write comment.