Color Hex Logo

#ba318a Color Hex

#BA318A
(186,49,138)
0 Favorites   0 Comments

Color spaces of #ba318a

RGB 18649138
HSL0.890.580.46
HSV321°74°73°
CMYK 0.000.740.26   0.27
XYZ25.935514.470725.4709
Yxy14.47070.39370.2197
Hunter Lab38.040455.1286-13.0709
CIE-Lab44.900561.8040-18.2314

#ba318a color RGB value is (186,49,138).

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

The process color (four color CMYK) of #ba318a color hex is 0.00, 0.74, 0.26, 0.27. Web safe color of #ba318a is #cc3399. Color #ba318a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110001 10001010
Octal 272 61 212
Decimal 186 49 138
Hex BA 31 8A

RGB Percentages of Color #ba318a

%49.87
%13.14
%37.00

CMYK Percentages of Color #ba318a

%0
%74
%26
%27

Triadic Colors of #ba318a

#ba318a #8aba31 #318aba

Analogous Colors of #ba318a

#ba318a #ba3146 #a631ba

Monochromatic Colors of #ba318a

#ba318a

Complementary Color

#ba318a #31ba61

#ba318a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba318a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba318a Color CSS Codes

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

#ba318a Text Font Color

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

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


#ba318a Background Color

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

This div background color is #ba318a


#ba318a Border Color

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

This div border color is #ba318a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba318a


Comments

No comments written yet.

Please login to write comment.