Color Hex Logo

#ba7cab Color Hex

#BA7CAB
(186,124,171)
0 Favorites   0 Comments

Color spaces of #ba7cab

RGB 186124171
HSL0.870.310.61
HSV315°33°73°
CMYK 0.000.330.08   0.27
XYZ34.808027.794742.0584
Yxy27.79470.33260.2656
Hunter Lab52.720725.5906-10.3947
CIE-Lab59.702831.4206-15.1336

#ba7cab color RGB value is (186,124,171).

#ba7cab hex color red value is 186, green value is 124 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ba7cab hue: 0.87 , saturation: 0.31 and the lightness value of ba7cab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111100 10101011
Octal 272 174 253
Decimal 186 124 171
Hex BA 7C AB

RGB Percentages of Color #ba7cab

%38.67
%25.78
%35.55

CMYK Percentages of Color #ba7cab

%0
%33
%8
%27

Triadic Colors of #ba7cab

#ba7cab #abba7c #7cabba

Analogous Colors of #ba7cab

#ba7cab #ba7c8c #aa7cba

Monochromatic Colors of #ba7cab

#ba7cab

Complementary Color

#ba7cab #7cba8b

#ba7cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7cab Color CSS Codes

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

#ba7cab Text Font Color

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

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


#ba7cab Background Color

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

This div background color is #ba7cab


#ba7cab Border Color

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

This div border color is #ba7cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7cab


Comments

No comments written yet.

Please login to write comment.