Color Hex Logo

#ba36ab Color Hex

#BA36AB
(186,54,171)
0 Favorites   0 Comments

Color spaces of #ba36ab

RGB 18654171
HSL0.850.550.47
HSV307°71°73°
CMYK 0.000.710.08   0.27
XYZ28.919616.017740.0956
Yxy16.01770.34010.1884
Hunter Lab40.022158.9437-31.3834
CIE-Lab46.997764.7539-34.7370

#ba36ab color RGB value is (186,54,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110110 10101011
Octal 272 66 253
Decimal 186 54 171
Hex BA 36 AB

RGB Percentages of Color #ba36ab

%45.26
%13.14
%41.61

CMYK Percentages of Color #ba36ab

%0
%71
%8
%27

Triadic Colors of #ba36ab

#ba36ab #abba36 #36abba

Analogous Colors of #ba36ab

#ba36ab #ba3669 #8736ba

Monochromatic Colors of #ba36ab

#ba36ab

Complementary Color

#ba36ab #36ba45

#ba36ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba36ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba36ab Color CSS Codes

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

#ba36ab Text Font Color

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

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


#ba36ab Background Color

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

This div background color is #ba36ab


#ba36ab Border Color

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

This div border color is #ba36ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba36ab


Comments

No comments written yet.

Please login to write comment.