Color Hex Logo

#ba10ba Color Hex

#BA10BA
(186,16,186)
0 Favorites   0 Comments

Color spaces of #ba10ba

RGB 18616186
HSL0.830.840.40
HSV300°91°73°
CMYK 0.000.910.00   0.27
XYZ29.297914.354947.6810
Yxy14.35490.32080.1572
Hunter Lab37.887971.7266-48.0936
CIE-Lab44.737775.9555-47.1568

#ba10ba color RGB value is (186,16,186).

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

The process color (four color CMYK) of #ba10ba color hex is 0.00, 0.91, 0.00, 0.27. Web safe color of #ba10ba is #cc00cc. Color #ba10ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010000 10111010
Octal 272 20 272
Decimal 186 16 186
Hex BA 10 BA

RGB Percentages of Color #ba10ba

%47.94
%4.12
%47.94

CMYK Percentages of Color #ba10ba

%0
%91
%0
%27

Triadic Colors of #ba10ba

#ba10ba #baba10 #10baba

Analogous Colors of #ba10ba

#ba10ba #ba1065 #6510ba

Monochromatic Colors of #ba10ba

#ba10ba

Complementary Color

#ba10ba #10ba10

#ba10ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba10ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba10ba Color CSS Codes

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

#ba10ba Text Font Color

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

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


#ba10ba Background Color

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

This div background color is #ba10ba


#ba10ba Border Color

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

This div border color is #ba10ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba10ba


Comments

No comments written yet.

Please login to write comment.