Color Hex Logo

#ba329e Color Hex

#BA329E
(186,50,158)
0 Favorites   0 Comments

Color spaces of #ba329e

RGB 18650158
HSL0.870.580.46
HSV312°73°73°
CMYK 0.000.730.15   0.27
XYZ27.561915.188933.8268
Yxy15.18890.35990.1983
Hunter Lab38.972958.0336-24.1801
CIE-Lab45.891864.1732-28.7455

#ba329e color RGB value is (186,50,158).

#ba329e hex color red value is 186, green value is 50 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ba329e hue: 0.87 , saturation: 0.58 and the lightness value of ba329e is 0.46.

The process color (four color CMYK) of #ba329e color hex is 0.00, 0.73, 0.15, 0.27. Web safe color of #ba329e is #cc3399. Color #ba329e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110010 10011110
Octal 272 62 236
Decimal 186 50 158
Hex BA 32 9E

RGB Percentages of Color #ba329e

%47.21
%12.69
%40.10

CMYK Percentages of Color #ba329e

%0
%73
%15
%27

Triadic Colors of #ba329e

#ba329e #9eba32 #329eba

Analogous Colors of #ba329e

#ba329e #ba325a #9232ba

Monochromatic Colors of #ba329e

#ba329e

Complementary Color

#ba329e #32ba4e

#ba329e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba329e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba329e Color CSS Codes

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

#ba329e Text Font Color

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

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


#ba329e Background Color

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

This div background color is #ba329e


#ba329e Border Color

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

This div border color is #ba329e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba329e


Comments

No comments written yet.

Please login to write comment.