Color Hex Logo

#ba08aa Color Hex

#BA08AA
(186,8,170)
0 Favorites   0 Comments

Color spaces of #ba08aa

RGB 1868170
HSL0.850.920.38
HSV305°96°73°
CMYK 0.000.960.09   0.27
XYZ27.592213.515039.1846
Yxy13.51500.34360.1683
Hunter Lab36.762869.6379-37.4620
CIE-Lab43.529274.4782-39.6231

#ba08aa color RGB value is (186,8,170).

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

The process color (four color CMYK) of #ba08aa color hex is 0.00, 0.96, 0.09, 0.27. Web safe color of #ba08aa is #cc0099. Color #ba08aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001000 10101010
Octal 272 10 252
Decimal 186 8 170
Hex BA 8 AA

RGB Percentages of Color #ba08aa

%51.10
%2.20
%46.70

CMYK Percentages of Color #ba08aa

%0
%96
%9
%27

Triadic Colors of #ba08aa

#ba08aa #aaba08 #08aaba

Analogous Colors of #ba08aa

#ba08aa #ba0851 #7108ba

Monochromatic Colors of #ba08aa

#ba08aa

Complementary Color

#ba08aa #08ba18

#ba08aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba08aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba08aa Color CSS Codes

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

#ba08aa Text Font Color

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

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


#ba08aa Background Color

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

This div background color is #ba08aa


#ba08aa Border Color

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

This div border color is #ba08aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba08aa


Comments

No comments written yet.

Please login to write comment.