Color Hex Logo

#ba585f Color Hex

#BA585F
(186,88,95)
0 Favorites   0 Comments

Color spaces of #ba585f

RGB 1868895
HSL0.990.420.54
HSV356°53°73°
CMYK 0.000.530.49   0.27
XYZ25.805018.244812.9880
Yxy18.24480.45240.3199
Hunter Lab42.713933.088811.8715
CIE-Lab49.791740.176614.9821

#ba585f color RGB value is (186,88,95).

#ba585f hex color red value is 186, green value is 88 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ba585f hue: 0.99 , saturation: 0.42 and the lightness value of ba585f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 01011111
Octal 272 130 137
Decimal 186 88 95
Hex BA 58 5F

RGB Percentages of Color #ba585f

%50.41
%23.85
%25.75

CMYK Percentages of Color #ba585f

%0
%53
%49
%27

Triadic Colors of #ba585f

#ba585f #5fba58 #585fba

Analogous Colors of #ba585f

#ba585f #ba8258 #ba5890

Monochromatic Colors of #ba585f

#ba585f

Complementary Color

#ba585f #58bab3

#ba585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba585f Color CSS Codes

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

#ba585f Text Font Color

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

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


#ba585f Background Color

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

This div background color is #ba585f


#ba585f Border Color

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

This div border color is #ba585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba585f


Comments

No comments written yet.

Please login to write comment.