Color Hex Logo

#ba689b Color Hex

#BA689B
(186,104,155)
0 Favorites   0 Comments

Color spaces of #ba689b

RGB 186104155
HSL0.900.370.57
HSV323°44°73°
CMYK 0.000.440.17   0.27
XYZ31.116422.706333.7531
Yxy22.70630.35530.2593
Hunter Lab47.651133.1718-8.6416
CIE-Lab54.768539.5673-13.3425

#ba689b color RGB value is (186,104,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 10011011
Octal 272 150 233
Decimal 186 104 155
Hex BA 68 9B

RGB Percentages of Color #ba689b

%41.80
%23.37
%34.83

CMYK Percentages of Color #ba689b

%0
%44
%17
%27

Triadic Colors of #ba689b

#ba689b #9bba68 #689bba

Analogous Colors of #ba689b

#ba689b #ba6872 #b068ba

Monochromatic Colors of #ba689b

#ba689b

Complementary Color

#ba689b #68ba87

#ba689b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba689b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba689b Color CSS Codes

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

#ba689b Text Font Color

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

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


#ba689b Background Color

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

This div background color is #ba689b


#ba689b Border Color

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

This div border color is #ba689b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba689b


Comments

No comments written yet.

Please login to write comment.