Color Hex Logo

#ba698f Color Hex

#BA698F
(186,105,143)
0 Favorites   0 Comments

Color spaces of #ba698f

RGB 186105143
HSL0.920.370.57
HSV332°44°73°
CMYK 0.000.440.23   0.27
XYZ30.259222.525428.7396
Yxy22.52540.37120.2763
Hunter Lab47.460930.7479-2.6799
CIE-Lab54.580137.1856-6.6034

#ba698f color RGB value is (186,105,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101001 10001111
Octal 272 151 217
Decimal 186 105 143
Hex BA 69 8F

RGB Percentages of Color #ba698f

%42.86
%24.19
%32.95

CMYK Percentages of Color #ba698f

%0
%44
%23
%27

Triadic Colors of #ba698f

#ba698f #8fba69 #698fba

Analogous Colors of #ba698f

#ba698f #ba6c69 #ba69b8

Monochromatic Colors of #ba698f

#ba698f

Complementary Color

#ba698f #69ba94

#ba698f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba698f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba698f Color CSS Codes

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

#ba698f Text Font Color

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

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


#ba698f Background Color

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

This div background color is #ba698f


#ba698f Border Color

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

This div border color is #ba698f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba698f


Comments

No comments written yet.

Please login to write comment.