Color Hex Logo

#ba0cab Color Hex

#BA0CAB
(186,12,171)
0 Favorites   0 Comments

Color spaces of #ba0cab

RGB 18612171
HSL0.850.880.39
HSV305°94°73°
CMYK 0.000.940.08   0.27
XYZ27.731913.642339.6997
Yxy13.64230.34210.1683
Hunter Lab36.935569.3843-37.8724
CIE-Lab43.715574.2329-39.9225

#ba0cab color RGB value is (186,12,171).

#ba0cab hex color red value is 186, green value is 12 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ba0cab hue: 0.85 , saturation: 0.88 and the lightness value of ba0cab is 0.39.

The process color (four color CMYK) of #ba0cab color hex is 0.00, 0.94, 0.08, 0.27. Web safe color of #ba0cab is #cc0099. Color #ba0cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001100 10101011
Octal 272 14 253
Decimal 186 12 171
Hex BA C AB

RGB Percentages of Color #ba0cab

%50.41
%3.25
%46.34

CMYK Percentages of Color #ba0cab

%0
%94
%8
%27

Triadic Colors of #ba0cab

#ba0cab #abba0c #0cabba

Analogous Colors of #ba0cab

#ba0cab #ba0c54 #720cba

Monochromatic Colors of #ba0cab

#ba0cab

Complementary Color

#ba0cab #0cba1b

#ba0cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0cab Color CSS Codes

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

#ba0cab Text Font Color

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

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


#ba0cab Background Color

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

This div background color is #ba0cab


#ba0cab Border Color

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

This div border color is #ba0cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,12,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 #ba0cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0cab


Comments

No comments written yet.

Please login to write comment.