Color Hex Logo

#ba30ac Color Hex

#BA30AC
(186,48,172)
0 Favorites   0 Comments

Color spaces of #ba30ac

RGB 18648172
HSL0.850.590.46
HSV306°74°73°
CMYK 0.000.740.08   0.27
XYZ28.753015.531640.5122
Yxy15.53160.33910.1832
Hunter Lab39.410261.2629-33.3609
CIE-Lab46.353966.8820-36.3418

#ba30ac color RGB value is (186,48,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 10101100
Octal 272 60 254
Decimal 186 48 172
Hex BA 30 AC

RGB Percentages of Color #ba30ac

%45.81
%11.82
%42.36

CMYK Percentages of Color #ba30ac

%0
%74
%8
%27

Triadic Colors of #ba30ac

#ba30ac #acba30 #30acba

Analogous Colors of #ba30ac

#ba30ac #ba3067 #8330ba

Monochromatic Colors of #ba30ac

#ba30ac

Complementary Color

#ba30ac #30ba3e

#ba30ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba30ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba30ac Color CSS Codes

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

#ba30ac Text Font Color

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

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


#ba30ac Background Color

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

This div background color is #ba30ac


#ba30ac Border Color

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

This div border color is #ba30ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba30ac


Comments

No comments written yet.

Please login to write comment.