Color Hex Logo

#ba46aa Color Hex

#BA46AA
(186,70,170)
0 Favorites   0 Comments

Color spaces of #ba46aa

RGB 18670170
HSL0.860.460.50
HSV308°62°73°
CMYK 0.000.620.09   0.27
XYZ29.695617.721739.8857
Yxy17.72170.34010.2030
Hunter Lab42.097152.2450-26.7074
CIE-Lab49.156858.4288-30.7638

#ba46aa color RGB value is (186,70,170).

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

The process color (four color CMYK) of #ba46aa color hex is 0.00, 0.62, 0.09, 0.27. Web safe color of #ba46aa is #cc3399. Color #ba46aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 10101010
Octal 272 106 252
Decimal 186 70 170
Hex BA 46 AA

RGB Percentages of Color #ba46aa

%43.66
%16.43
%39.91

CMYK Percentages of Color #ba46aa

%0
%62
%9
%27

Triadic Colors of #ba46aa

#ba46aa #aaba46 #46aaba

Analogous Colors of #ba46aa

#ba46aa #ba4670 #9046ba

Monochromatic Colors of #ba46aa

#ba46aa

Complementary Color

#ba46aa #46ba56

#ba46aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba46aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba46aa Color CSS Codes

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

#ba46aa Text Font Color

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

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


#ba46aa Background Color

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

This div background color is #ba46aa


#ba46aa Border Color

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

This div border color is #ba46aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba46aa


Comments

No comments written yet.

Please login to write comment.