Color Hex Logo

#ba585d Color Hex

#BA585D
(186,88,93)
0 Favorites   0 Comments

Color spaces of #ba585d

RGB 1868893
HSL0.990.420.54
HSV357°53°73°
CMYK 0.000.530.50   0.27
XYZ25.715218.208912.5152
Yxy18.20890.45560.3226
Hunter Lab42.671932.893012.4812
CIE-Lab49.748539.986716.1170

#ba585d color RGB value is (186,88,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 01011101
Octal 272 130 135
Decimal 186 88 93
Hex BA 58 5D

RGB Percentages of Color #ba585d

%50.68
%23.98
%25.34

CMYK Percentages of Color #ba585d

%0
%53
%50
%27

Triadic Colors of #ba585d

#ba585d #5dba58 #585dba

Analogous Colors of #ba585d

#ba585d #ba8458 #ba588e

Monochromatic Colors of #ba585d

#ba585d

Complementary Color

#ba585d #58bab5

#ba585d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba585d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba585d Color CSS Codes

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

#ba585d Text Font Color

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

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


#ba585d Background Color

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

This div background color is #ba585d


#ba585d Border Color

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

This div border color is #ba585d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba585d


Comments

No comments written yet.

Please login to write comment.