Color Hex Logo

#ba328b Color Hex

#BA328B
(186,50,139)
0 Favorites   0 Comments

Color spaces of #ba328b

RGB 18650139
HSL0.890.580.46
HSV321°73°73°
CMYK 0.000.730.25   0.27
XYZ26.050514.584425.8682
Yxy14.58440.39170.2193
Hunter Lab38.189554.9298-13.4282
CIE-Lab45.059661.5969-18.5946

#ba328b color RGB value is (186,50,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110010 10001011
Octal 272 62 213
Decimal 186 50 139
Hex BA 32 8B

RGB Percentages of Color #ba328b

%49.60
%13.33
%37.07

CMYK Percentages of Color #ba328b

%0
%73
%25
%27

Triadic Colors of #ba328b

#ba328b #8bba32 #328bba

Analogous Colors of #ba328b

#ba328b #ba3247 #a532ba

Monochromatic Colors of #ba328b

#ba328b

Complementary Color

#ba328b #32ba61

#ba328b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba328b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba328b Color CSS Codes

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

#ba328b Text Font Color

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

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


#ba328b Background Color

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

This div background color is #ba328b


#ba328b Border Color

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

This div border color is #ba328b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba328b


Comments

No comments written yet.

Please login to write comment.