Color Hex Logo

#ba699f Color Hex

#BA699F
(186,105,159)
0 Favorites   0 Comments

Color spaces of #ba699f

RGB 186105159
HSL0.890.370.57
HSV320°44°73°
CMYK 0.000.440.15   0.27
XYZ31.559323.045535.5857
Yxy23.04550.34990.2555
Hunter Lab48.005733.3371-10.3465
CIE-Lab55.119239.6831-15.1445

#ba699f color RGB value is (186,105,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101001 10011111
Octal 272 151 237
Decimal 186 105 159
Hex BA 69 9F

RGB Percentages of Color #ba699f

%41.33
%23.33
%35.33

CMYK Percentages of Color #ba699f

%0
%44
%15
%27

Triadic Colors of #ba699f

#ba699f #9fba69 #699fba

Analogous Colors of #ba699f

#ba699f #ba6977 #ad69ba

Monochromatic Colors of #ba699f

#ba699f

Complementary Color

#ba699f #69ba84

#ba699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba699f Color CSS Codes

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

#ba699f Text Font Color

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

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


#ba699f Background Color

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

This div background color is #ba699f


#ba699f Border Color

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

This div border color is #ba699f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba699f


Comments

No comments written yet.

Please login to write comment.