Color Hex Logo

#ba09c2 Color Hex

#BA09C2
(186,9,194)
0 Favorites   0 Comments

Color spaces of #ba09c2

RGB 1869194
HSL0.830.910.40
HSV297°95°76°
CMYK 0.040.950.00   0.24
XYZ30.085014.529552.2578
Yxy14.52950.31060.1500
Hunter Lab38.117674.1786-54.6021
CIE-Lab44.982977.8963-51.4457

#ba09c2 color RGB value is (186,9,194).

#ba09c2 hex color red value is 186, green value is 9 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #ba09c2 hue: 0.83 , saturation: 0.91 and the lightness value of ba09c2 is 0.40.

The process color (four color CMYK) of #ba09c2 color hex is 0.04, 0.95, 0.00, 0.24. Web safe color of #ba09c2 is #cc00cc. Color #ba09c2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001001 11000010
Octal 272 11 302
Decimal 186 9 194
Hex BA 9 C2

RGB Percentages of Color #ba09c2

%47.81
%2.31
%49.87

CMYK Percentages of Color #ba09c2

%4
%95
%0
%24

Triadic Colors of #ba09c2

#ba09c2 #c2ba09 #09c2ba

Analogous Colors of #ba09c2

#ba09c2 #c2096e #5e09c2

Monochromatic Colors of #ba09c2

#ba09c2

Complementary Color

#ba09c2 #11c209

#ba09c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba09c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba09c2 Color CSS Codes

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

#ba09c2 Text Font Color

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

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


#ba09c2 Background Color

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

This div background color is #ba09c2


#ba09c2 Border Color

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

This div border color is #ba09c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba09c2


Comments

No comments written yet.

Please login to write comment.