Color Hex Logo

#ba38ac Color Hex

#BA38AC
(186,56,172)
0 Favorites   0 Comments

Color spaces of #ba38ac

RGB 18656172
HSL0.850.540.47
HSV306°70°73°
CMYK 0.000.700.08   0.27
XYZ29.110316.246040.6312
Yxy16.24600.33850.1889
Hunter Lab40.306358.3814-31.5535
CIE-Lab47.295664.2074-34.8588

#ba38ac color RGB value is (186,56,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111000 10101100
Octal 272 70 254
Decimal 186 56 172
Hex BA 38 AC

RGB Percentages of Color #ba38ac

%44.93
%13.53
%41.55

CMYK Percentages of Color #ba38ac

%0
%70
%8
%27

Triadic Colors of #ba38ac

#ba38ac #acba38 #38acba

Analogous Colors of #ba38ac

#ba38ac #ba386b #8738ba

Monochromatic Colors of #ba38ac

#ba38ac

Complementary Color

#ba38ac #38ba46

#ba38ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba38ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba38ac Color CSS Codes

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

#ba38ac Text Font Color

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

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


#ba38ac Background Color

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

This div background color is #ba38ac


#ba38ac Border Color

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

This div border color is #ba38ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba38ac


Comments

No comments written yet.

Please login to write comment.