Color Hex Logo

#ba505f Color Hex

#BA505F
(186,80,95)
0 Favorites   0 Comments

Color spaces of #ba505f

RGB 1868095
HSL0.980.430.52
HSV352°57°73°
CMYK 0.000.570.49   0.27
XYZ25.183917.002612.7810
Yxy17.00260.45820.3093
Hunter Lab41.234236.859510.4864
CIE-Lab48.263344.145812.8728

#ba505f color RGB value is (186,80,95).

#ba505f hex color red value is 186, green value is 80 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ba505f hue: 0.98 , saturation: 0.43 and the lightness value of ba505f is 0.52.

The process color (four color CMYK) of #ba505f color hex is 0.00, 0.57, 0.49, 0.27. Web safe color of #ba505f is #cc6666. Color #ba505f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 01011111
Octal 272 120 137
Decimal 186 80 95
Hex BA 50 5F

RGB Percentages of Color #ba505f

%51.52
%22.16
%26.32

CMYK Percentages of Color #ba505f

%0
%57
%49
%27

Triadic Colors of #ba505f

#ba505f #5fba50 #505fba

Analogous Colors of #ba505f

#ba505f #ba7650 #ba5094

Monochromatic Colors of #ba505f

#ba505f

Complementary Color

#ba505f #50baab

#ba505f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba505f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba505f Color CSS Codes

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

#ba505f Text Font Color

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

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


#ba505f Background Color

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

This div background color is #ba505f


#ba505f Border Color

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

This div border color is #ba505f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,80,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 #ba505f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba505f


Comments

No comments written yet.

Please login to write comment.