Color Hex Logo

#ba584e Color Hex

#BA584E
(186,88,78)
0 Favorites   0 Comments

Color spaces of #ba584e

RGB 1868878
HSL0.020.440.52
HSV58°73°
CMYK 0.000.530.58   0.27
XYZ25.114617.96869.3523
Yxy17.96860.47900.3427
Hunter Lab42.389431.575116.5915
CIE-Lab49.458038.701424.6151

#ba584e color RGB value is (186,88,78).

#ba584e hex color red value is 186, green value is 88 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ba584e hue: 0.02 , saturation: 0.44 and the lightness value of ba584e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 01001110
Octal 272 130 116
Decimal 186 88 78
Hex BA 58 4E

RGB Percentages of Color #ba584e

%52.84
%25.00
%22.16

CMYK Percentages of Color #ba584e

%0
%53
%58
%27

Triadic Colors of #ba584e

#ba584e #4eba58 #584eba

Analogous Colors of #ba584e

#ba584e #ba8e4e #ba4e7a

Monochromatic Colors of #ba584e

#ba584e

Complementary Color

#ba584e #4eb0ba

#ba584e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba584e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba584e Color CSS Codes

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

#ba584e Text Font Color

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

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


#ba584e Background Color

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

This div background color is #ba584e


#ba584e Border Color

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

This div border color is #ba584e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba584e


Comments

No comments written yet.

Please login to write comment.