Color Hex Logo

#ba506d Color Hex

#BA506D
(186,80,109)
0 Favorites   0 Comments

Color spaces of #ba506d

RGB 18680109
HSL0.950.430.52
HSV344°57°73°
CMYK 0.000.570.41   0.27
XYZ25.878717.280616.4395
Yxy17.28060.43420.2899
Hunter Lab41.569938.37495.6518
CIE-Lab48.611745.57084.9019

#ba506d color RGB value is (186,80,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 01101101
Octal 272 120 155
Decimal 186 80 109
Hex BA 50 6D

RGB Percentages of Color #ba506d

%49.60
%21.33
%29.07

CMYK Percentages of Color #ba506d

%0
%57
%41
%27

Triadic Colors of #ba506d

#ba506d #6dba50 #506dba

Analogous Colors of #ba506d

#ba506d #ba6850 #ba50a2

Monochromatic Colors of #ba506d

#ba506d

Complementary Color

#ba506d #50ba9d

#ba506d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba506d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba506d Color CSS Codes

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

#ba506d Text Font Color

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

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


#ba506d Background Color

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

This div background color is #ba506d


#ba506d Border Color

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

This div border color is #ba506d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba506d


Comments

No comments written yet.

Please login to write comment.