Color Hex Logo

#ba2293 Color Hex

#BA2293
(186,34,147)
0 Favorites   0 Comments

Color spaces of #ba2293

RGB 18634147
HSL0.880.690.43
HSV315°82°73°
CMYK 0.000.820.21   0.27
XYZ26.088213.689728.8711
Yxy13.68970.38000.1994
Hunter Lab36.999661.1100-20.3648
CIE-Lab43.784667.2493-25.4117

#ba2293 color RGB value is (186,34,147).

#ba2293 hex color red value is 186, green value is 34 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ba2293 hue: 0.88 , saturation: 0.69 and the lightness value of ba2293 is 0.43.

The process color (four color CMYK) of #ba2293 color hex is 0.00, 0.82, 0.21, 0.27. Web safe color of #ba2293 is #cc3399. Color #ba2293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100010 10010011
Octal 272 42 223
Decimal 186 34 147
Hex BA 22 93

RGB Percentages of Color #ba2293

%50.68
%9.26
%40.05

CMYK Percentages of Color #ba2293

%0
%82
%21
%27

Triadic Colors of #ba2293

#ba2293 #93ba22 #2293ba

Analogous Colors of #ba2293

#ba2293 #ba2247 #9522ba

Monochromatic Colors of #ba2293

#ba2293

Complementary Color

#ba2293 #22ba49

#ba2293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2293 Color CSS Codes

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

#ba2293 Text Font Color

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

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


#ba2293 Background Color

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

This div background color is #ba2293


#ba2293 Border Color

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

This div border color is #ba2293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2293


Comments

No comments written yet.

Please login to write comment.