Color Hex Logo

#ba326e Color Hex

#BA326E
(186,50,110)
0 Favorites   0 Comments

Color spaces of #ba326e

RGB 18650110
HSL0.930.580.46
HSV334°73°73°
CMYK 0.000.730.41   0.27
XYZ24.204813.846116.1487
Yxy13.84610.44660.2555
Hunter Lab37.210350.99360.3163
CIE-Lab44.011458.2560-2.3979

#ba326e color RGB value is (186,50,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110010 01101110
Octal 272 62 156
Decimal 186 50 110
Hex BA 32 6E

RGB Percentages of Color #ba326e

%53.76
%14.45
%31.79

CMYK Percentages of Color #ba326e

%0
%73
%41
%27

Triadic Colors of #ba326e

#ba326e #6eba32 #326eba

Analogous Colors of #ba326e

#ba326e #ba3a32 #ba32b2

Monochromatic Colors of #ba326e

#ba326e

Complementary Color

#ba326e #32ba7e

#ba326e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba326e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba326e Color CSS Codes

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

#ba326e Text Font Color

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

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


#ba326e Background Color

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

This div background color is #ba326e


#ba326e Border Color

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

This div border color is #ba326e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba326e


Comments

No comments written yet.

Please login to write comment.