Color Hex Logo

#ba698d Color Hex

#BA698D
(186,105,141)
0 Favorites   0 Comments

Color spaces of #ba698d

RGB 186105141
HSL0.930.370.57
HSV333°44°73°
CMYK 0.000.440.24   0.27
XYZ30.109022.465327.9486
Yxy22.46530.37390.2790
Hunter Lab47.397630.4452-1.7828
CIE-Lab54.517336.8906-5.5237

#ba698d color RGB value is (186,105,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101001 10001101
Octal 272 151 215
Decimal 186 105 141
Hex BA 69 8D

RGB Percentages of Color #ba698d

%43.06
%24.31
%32.64

CMYK Percentages of Color #ba698d

%0
%44
%24
%27

Triadic Colors of #ba698d

#ba698d #8dba69 #698dba

Analogous Colors of #ba698d

#ba698d #ba6e69 #ba69b6

Monochromatic Colors of #ba698d

#ba698d

Complementary Color

#ba698d #69ba96

#ba698d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba698d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba698d Color CSS Codes

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

#ba698d Text Font Color

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

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


#ba698d Background Color

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

This div background color is #ba698d


#ba698d Border Color

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

This div border color is #ba698d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba698d


Comments

No comments written yet.

Please login to write comment.