Color Hex Logo

#ba504e Color Hex

#BA504E
(186,80,78)
0 Favorites   0 Comments

Color spaces of #ba504e

RGB 1868078
HSL0.000.440.52
HSV58°73°
CMYK 0.000.570.58   0.27
XYZ24.493516.72659.1453
Yxy16.72650.48630.3321
Hunter Lab40.898035.330615.3707
CIE-Lab47.913642.691422.6082

#ba504e color RGB value is (186,80,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 01001110
Octal 272 120 116
Decimal 186 80 78
Hex BA 50 4E

RGB Percentages of Color #ba504e

%54.07
%23.26
%22.67

CMYK Percentages of Color #ba504e

%0
%57
%58
%27

Triadic Colors of #ba504e

#ba504e #4eba50 #504eba

Analogous Colors of #ba504e

#ba504e #ba864e #ba4e82

Monochromatic Colors of #ba504e

#ba504e

Complementary Color

#ba504e #4eb8ba

#ba504e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba504e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba504e Color CSS Codes

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

#ba504e Text Font Color

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

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


#ba504e Background Color

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

This div background color is #ba504e


#ba504e Border Color

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

This div border color is #ba504e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba504e


Comments

No comments written yet.

Please login to write comment.