Color Hex Logo

#ba27aa Color Hex

#BA27AA
(186,39,170)
0 Favorites   0 Comments

Color spaces of #ba27aa

RGB 18639170
HSL0.850.650.44
HSV307°79°73°
CMYK 0.000.790.09   0.27
XYZ28.230914.792439.3975
Yxy14.79240.34250.1795
Hunter Lab38.460963.7153-33.8112
CIE-Lab45.348569.1713-36.7435

#ba27aa color RGB value is (186,39,170).

#ba27aa hex color red value is 186, green value is 39 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ba27aa hue: 0.85 , saturation: 0.65 and the lightness value of ba27aa is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100111 10101010
Octal 272 47 252
Decimal 186 39 170
Hex BA 27 AA

RGB Percentages of Color #ba27aa

%47.09
%9.87
%43.04

CMYK Percentages of Color #ba27aa

%0
%79
%9
%27

Triadic Colors of #ba27aa

#ba27aa #aaba27 #27aaba

Analogous Colors of #ba27aa

#ba27aa #ba2760 #8127ba

Monochromatic Colors of #ba27aa

#ba27aa

Complementary Color

#ba27aa #27ba37

#ba27aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba27aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba27aa Color CSS Codes

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

#ba27aa Text Font Color

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

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


#ba27aa Background Color

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

This div background color is #ba27aa


#ba27aa Border Color

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

This div border color is #ba27aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba27aa


Comments

No comments written yet.

Please login to write comment.