Color Hex Logo

#ba6bac Color Hex

#BA6BAC
(186,107,172)
0 Favorites   0 Comments

Color spaces of #ba6bac

RGB 186107172
HSL0.860.360.57
HSV311°42°73°
CMYK 0.000.420.08   0.27
XYZ32.953823.933141.9124
Yxy23.93310.33350.2422
Hunter Lab48.921534.6261-16.5504
CIE-Lab56.020840.8233-21.3133

#ba6bac color RGB value is (186,107,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101011 10101100
Octal 272 153 254
Decimal 186 107 172
Hex BA 6B AC

RGB Percentages of Color #ba6bac

%40.00
%23.01
%36.99

CMYK Percentages of Color #ba6bac

%0
%42
%8
%27

Triadic Colors of #ba6bac

#ba6bac #acba6b #6bacba

Analogous Colors of #ba6bac

#ba6bac #ba6b85 #a16bba

Monochromatic Colors of #ba6bac

#ba6bac

Complementary Color

#ba6bac #6bba79

#ba6bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6bac Color CSS Codes

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

#ba6bac Text Font Color

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

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


#ba6bac Background Color

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

This div background color is #ba6bac


#ba6bac Border Color

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

This div border color is #ba6bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6bac


Comments

No comments written yet.

Please login to write comment.