Color Hex Logo

#ba6baa Color Hex

#BA6BAA
(186,107,170)
0 Favorites   0 Comments

Color spaces of #ba6baa

RGB 186107170
HSL0.870.360.57
HSV312°42°73°
CMYK 0.000.420.09   0.27
XYZ32.763123.856840.9082
Yxy23.85680.33590.2446
Hunter Lab48.843434.2579-15.4672
CIE-Lab55.944140.4747-20.2740

#ba6baa color RGB value is (186,107,170).

#ba6baa hex color red value is 186, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ba6baa hue: 0.87 , saturation: 0.36 and the lightness value of ba6baa is 0.57.

The process color (four color CMYK) of #ba6baa color hex is 0.00, 0.42, 0.09, 0.27. Web safe color of #ba6baa is #cc6699. Color #ba6baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101011 10101010
Octal 272 153 252
Decimal 186 107 170
Hex BA 6B AA

RGB Percentages of Color #ba6baa

%40.17
%23.11
%36.72

CMYK Percentages of Color #ba6baa

%0
%42
%9
%27

Triadic Colors of #ba6baa

#ba6baa #aaba6b #6baaba

Analogous Colors of #ba6baa

#ba6baa #ba6b83 #a36bba

Monochromatic Colors of #ba6baa

#ba6baa

Complementary Color

#ba6baa #6bba7b

#ba6baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6baa Color CSS Codes

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

#ba6baa Text Font Color

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

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


#ba6baa Background Color

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

This div background color is #ba6baa


#ba6baa Border Color

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

This div border color is #ba6baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6baa


Comments

No comments written yet.

Please login to write comment.