Color Hex Logo

#ba2bab Color Hex

#BA2BAB
(186,43,171)
0 Favorites   0 Comments

Color spaces of #ba2bab

RGB 18643171
HSL0.850.620.45
HSV306°77°73°
CMYK 0.000.770.08   0.27
XYZ28.464315.107139.9438
Yxy15.10710.34080.1809
Hunter Lab38.867962.7031-33.7238
CIE-Lab45.780568.2261-36.6544

#ba2bab color RGB value is (186,43,171).

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

The process color (four color CMYK) of #ba2bab color hex is 0.00, 0.77, 0.08, 0.27. Web safe color of #ba2bab is #cc3399. Color #ba2bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101011 10101011
Octal 272 53 253
Decimal 186 43 171
Hex BA 2B AB

RGB Percentages of Color #ba2bab

%46.50
%10.75
%42.75

CMYK Percentages of Color #ba2bab

%0
%77
%8
%27

Triadic Colors of #ba2bab

#ba2bab #abba2b #2babba

Analogous Colors of #ba2bab

#ba2bab #ba2b64 #822bba

Monochromatic Colors of #ba2bab

#ba2bab

Complementary Color

#ba2bab #2bba3a

#ba2bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2bab Color CSS Codes

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

#ba2bab Text Font Color

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

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


#ba2bab Background Color

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

This div background color is #ba2bab


#ba2bab Border Color

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

This div border color is #ba2bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2bab


Comments

No comments written yet.

Please login to write comment.