Color Hex Logo

#ba10ab Color Hex

#BA10AB
(186,16,171)
0 Favorites   0 Comments

Color spaces of #ba10ab

RGB 18616171
HSL0.850.840.40
HSV305°91°73°
CMYK 0.000.910.08   0.27
XYZ27.785713.750039.7176
Yxy13.75000.34200.1692
Hunter Lab37.081068.8627-37.5491
CIE-Lab43.872273.7717-39.6738

#ba10ab color RGB value is (186,16,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010000 10101011
Octal 272 20 253
Decimal 186 16 171
Hex BA 10 AB

RGB Percentages of Color #ba10ab

%49.87
%4.29
%45.84

CMYK Percentages of Color #ba10ab

%0
%91
%8
%27

Triadic Colors of #ba10ab

#ba10ab #abba10 #10abba

Analogous Colors of #ba10ab

#ba10ab #ba1056 #7410ba

Monochromatic Colors of #ba10ab

#ba10ab

Complementary Color

#ba10ab #10ba1f

#ba10ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba10ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba10ab Color CSS Codes

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

#ba10ab Text Font Color

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

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


#ba10ab Background Color

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

This div background color is #ba10ab


#ba10ab Border Color

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

This div border color is #ba10ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba10ab


Comments

No comments written yet.

Please login to write comment.