Color Hex Logo

#ba309f Color Hex

#BA309F
(186,48,159)
0 Favorites   0 Comments

Color spaces of #ba309f

RGB 18648159
HSL0.870.590.46
HSV312°74°73°
CMYK 0.000.740.15   0.27
XYZ27.564715.056234.2542
Yxy15.05620.35860.1959
Hunter Lab38.802358.9002-25.1788
CIE-Lab45.711164.9636-29.6253

#ba309f color RGB value is (186,48,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 10011111
Octal 272 60 237
Decimal 186 48 159
Hex BA 30 9F

RGB Percentages of Color #ba309f

%47.33
%12.21
%40.46

CMYK Percentages of Color #ba309f

%0
%74
%15
%27

Triadic Colors of #ba309f

#ba309f #9fba30 #309fba

Analogous Colors of #ba309f

#ba309f #ba305a #9030ba

Monochromatic Colors of #ba309f

#ba309f

Complementary Color

#ba309f #30ba4b

#ba309f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba309f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba309f Color CSS Codes

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

#ba309f Text Font Color

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

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


#ba309f Background Color

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

This div background color is #ba309f


#ba309f Border Color

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

This div border color is #ba309f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba309f


Comments

No comments written yet.

Please login to write comment.