Color Hex Logo

#ba2baa Color Hex

#BA2BAA
(186,43,170)
0 Favorites   0 Comments

Color spaces of #ba2baa

RGB 18643170
HSL0.850.620.45
HSV307°77°73°
CMYK 0.000.770.09   0.27
XYZ28.369315.069139.4436
Yxy15.06910.34230.1818
Hunter Lab38.818962.5166-33.0708
CIE-Lab45.728768.0770-36.1436

#ba2baa color RGB value is (186,43,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101011 10101010
Octal 272 53 252
Decimal 186 43 170
Hex BA 2B AA

RGB Percentages of Color #ba2baa

%46.62
%10.78
%42.61

CMYK Percentages of Color #ba2baa

%0
%77
%9
%27

Triadic Colors of #ba2baa

#ba2baa #aaba2b #2baaba

Analogous Colors of #ba2baa

#ba2baa #ba2b63 #832bba

Monochromatic Colors of #ba2baa

#ba2baa

Complementary Color

#ba2baa #2bba3b

#ba2baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2baa Color CSS Codes

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

#ba2baa Text Font Color

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

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


#ba2baa Background Color

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

This div background color is #ba2baa


#ba2baa Border Color

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

This div border color is #ba2baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2baa


Comments

No comments written yet.

Please login to write comment.