Color Hex Logo

#ba327f Color Hex

#BA327F
(186,50,127)
0 Favorites   0 Comments

Color spaces of #ba327f

RGB 18650127
HSL0.910.580.46
HSV326°73°73°
CMYK 0.000.730.32   0.27
XYZ25.221114.252621.5004
Yxy14.25260.41360.2337
Hunter Lab37.752653.1820-7.3393
CIE-Lab44.593060.1240-11.9934

#ba327f color RGB value is (186,50,127).

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

The process color (four color CMYK) of #ba327f color hex is 0.00, 0.73, 0.32, 0.27. Web safe color of #ba327f is #cc3366. Color #ba327f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110010 01111111
Octal 272 62 177
Decimal 186 50 127
Hex BA 32 7F

RGB Percentages of Color #ba327f

%51.24
%13.77
%34.99

CMYK Percentages of Color #ba327f

%0
%73
%32
%27

Triadic Colors of #ba327f

#ba327f #7fba32 #327fba

Analogous Colors of #ba327f

#ba327f #ba323b #b132ba

Monochromatic Colors of #ba327f

#ba327f

Complementary Color

#ba327f #32ba6d

#ba327f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba327f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba327f Color CSS Codes

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

#ba327f Text Font Color

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

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


#ba327f Background Color

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

This div background color is #ba327f


#ba327f Border Color

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

This div border color is #ba327f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba327f


Comments

No comments written yet.

Please login to write comment.