Color Hex Logo

#ba11ae Color Hex

#BA11AE
(186,17,174)
0 Favorites   0 Comments

Color spaces of #ba11ae

RGB 18617174
HSL0.850.830.40
HSV304°91°73°
CMYK 0.000.910.06   0.27
XYZ28.090113.896041.2461
Yxy13.89600.33750.1670
Hunter Lab37.277369.2722-39.5082
CIE-Lab44.083474.0689-41.1198

#ba11ae color RGB value is (186,17,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010001 10101110
Octal 272 21 256
Decimal 186 17 174
Hex BA 11 AE

RGB Percentages of Color #ba11ae

%49.34
%4.51
%46.15

CMYK Percentages of Color #ba11ae

%0
%91
%6
%27

Triadic Colors of #ba11ae

#ba11ae #aeba11 #11aeba

Analogous Colors of #ba11ae

#ba11ae #ba115a #7211ba

Monochromatic Colors of #ba11ae

#ba11ae

Complementary Color

#ba11ae #11ba1d

#ba11ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba11ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba11ae Color CSS Codes

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

#ba11ae Text Font Color

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

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


#ba11ae Background Color

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

This div background color is #ba11ae


#ba11ae Border Color

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

This div border color is #ba11ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba11ae


Comments

No comments written yet.

Please login to write comment.