Color Hex Logo

#ba06c2 Color Hex

#BA06C2
(186,6,194)
0 Favorites   0 Comments

Color spaces of #ba06c2

RGB 1866194
HSL0.830.940.39
HSV297°97°76°
CMYK 0.040.970.00   0.24
XYZ30.052414.464452.2469
Yxy14.46440.31060.1495
Hunter Lab38.032174.4919-54.8277
CIE-Lab44.891778.1663-51.5921

#ba06c2 color RGB value is (186,6,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000110 11000010
Octal 272 6 302
Decimal 186 6 194
Hex BA 6 C2

RGB Percentages of Color #ba06c2

%48.19
%1.55
%50.26

CMYK Percentages of Color #ba06c2

%4
%97
%0
%24

Triadic Colors of #ba06c2

#ba06c2 #c2ba06 #06c2ba

Analogous Colors of #ba06c2

#ba06c2 #c2066c #5c06c2

Monochromatic Colors of #ba06c2

#ba06c2

Complementary Color

#ba06c2 #0ec206

#ba06c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba06c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba06c2 Color CSS Codes

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

#ba06c2 Text Font Color

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

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


#ba06c2 Background Color

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

This div background color is #ba06c2


#ba06c2 Border Color

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

This div border color is #ba06c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba06c2


Comments

No comments written yet.

Please login to write comment.