Color Hex Logo

#ba305f Color Hex

#BA305F
(186,48,95)
0 Favorites   0 Comments

Color spaces of #ba305f

RGB 1864895
HSL0.940.590.46
HSV340°74°73°
CMYK 0.000.740.49   0.27
XYZ23.372213.379212.1771
Yxy13.37920.47770.2734
Hunter Lab36.577650.04645.8660
CIE-Lab43.329157.52055.9328

#ba305f color RGB value is (186,48,95).

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

The process color (four color CMYK) of #ba305f color hex is 0.00, 0.74, 0.49, 0.27. Web safe color of #ba305f is #cc3366. Color #ba305f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 01011111
Octal 272 60 137
Decimal 186 48 95
Hex BA 30 5F

RGB Percentages of Color #ba305f

%56.53
%14.59
%28.88

CMYK Percentages of Color #ba305f

%0
%74
%49
%27

Triadic Colors of #ba305f

#ba305f #5fba30 #305fba

Analogous Colors of #ba305f

#ba305f #ba4630 #ba30a4

Monochromatic Colors of #ba305f

#ba305f

Complementary Color

#ba305f #30ba8b

#ba305f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba305f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba305f Color CSS Codes

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

#ba305f Text Font Color

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

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


#ba305f Background Color

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

This div background color is #ba305f


#ba305f Border Color

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

This div border color is #ba305f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba305f


Comments

No comments written yet.

Please login to write comment.