Color Hex Logo

#ba08ac Color Hex

#BA08AC
(186,8,172)
0 Favorites   0 Comments

Color spaces of #ba08ac

RGB 1868172
HSL0.850.920.38
HSV305°96°73°
CMYK 0.000.960.08   0.27
XYZ27.782913.591340.1888
Yxy13.59130.34060.1666
Hunter Lab36.866470.0034-38.8268
CIE-Lab43.641074.7573-40.6353

#ba08ac color RGB value is (186,8,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001000 10101100
Octal 272 10 254
Decimal 186 8 172
Hex BA 8 AC

RGB Percentages of Color #ba08ac

%50.82
%2.19
%46.99

CMYK Percentages of Color #ba08ac

%0
%96
%8
%27

Triadic Colors of #ba08ac

#ba08ac #acba08 #08acba

Analogous Colors of #ba08ac

#ba08ac #ba0853 #6f08ba

Monochromatic Colors of #ba08ac

#ba08ac

Complementary Color

#ba08ac #08ba16

#ba08ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba08ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba08ac Color CSS Codes

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

#ba08ac Text Font Color

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

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


#ba08ac Background Color

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

This div background color is #ba08ac


#ba08ac Border Color

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

This div border color is #ba08ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba08ac


Comments

No comments written yet.

Please login to write comment.