Color Hex Logo

#ba209e Color Hex

#BA209E
(186,32,158)
0 Favorites   0 Comments

Color spaces of #ba209e

RGB 18632158
HSL0.860.710.43
HSV311°83°73°
CMYK 0.000.830.15   0.27
XYZ26.937813.940733.6188
Yxy13.94070.36160.1871
Hunter Lab37.337263.4427-27.2492
CIE-Lab44.147869.1737-31.4743

#ba209e color RGB value is (186,32,158).

#ba209e hex color red value is 186, green value is 32 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ba209e hue: 0.86 , saturation: 0.71 and the lightness value of ba209e is 0.43.

The process color (four color CMYK) of #ba209e color hex is 0.00, 0.83, 0.15, 0.27. Web safe color of #ba209e is #cc3399. Color #ba209e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100000 10011110
Octal 272 40 236
Decimal 186 32 158
Hex BA 20 9E

RGB Percentages of Color #ba209e

%49.47
%8.51
%42.02

CMYK Percentages of Color #ba209e

%0
%83
%15
%27

Triadic Colors of #ba209e

#ba209e #9eba20 #209eba

Analogous Colors of #ba209e

#ba209e #ba2051 #8920ba

Monochromatic Colors of #ba209e

#ba209e

Complementary Color

#ba209e #20ba3c

#ba209e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba209e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba209e Color CSS Codes

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

#ba209e Text Font Color

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

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


#ba209e Background Color

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

This div background color is #ba209e


#ba209e Border Color

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

This div border color is #ba209e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba209e


Comments

No comments written yet.

Please login to write comment.