Color Hex Logo

#ba44ab Color Hex

#BA44AB
(186,68,171)
0 Favorites   0 Comments

Color spaces of #ba44ab

RGB 18668171
HSL0.850.460.50
HSV308°63°73°
CMYK 0.000.630.08   0.27
XYZ29.667517.513640.3449
Yxy17.51360.33900.2001
Hunter Lab41.849353.3049-27.8642
CIE-Lab48.900859.4254-31.7523

#ba44ab color RGB value is (186,68,171).

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

The process color (four color CMYK) of #ba44ab color hex is 0.00, 0.63, 0.08, 0.27. Web safe color of #ba44ab is #cc3399. Color #ba44ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000100 10101011
Octal 272 104 253
Decimal 186 68 171
Hex BA 44 AB

RGB Percentages of Color #ba44ab

%43.76
%16.00
%40.24

CMYK Percentages of Color #ba44ab

%0
%63
%8
%27

Triadic Colors of #ba44ab

#ba44ab #abba44 #44abba

Analogous Colors of #ba44ab

#ba44ab #ba4470 #8e44ba

Monochromatic Colors of #ba44ab

#ba44ab

Complementary Color

#ba44ab #44ba53

#ba44ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba44ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba44ab Color CSS Codes

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

#ba44ab Text Font Color

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

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


#ba44ab Background Color

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

This div background color is #ba44ab


#ba44ab Border Color

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

This div border color is #ba44ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba44ab


Comments

No comments written yet.

Please login to write comment.