Color Hex Logo

#ba464e Color Hex

#BA464E
(186,70,78)
0 Favorites   0 Comments

Color spaces of #ba464e

RGB 1867078
HSL0.990.460.50
HSV356°62°73°
CMYK 0.000.620.58   0.27
XYZ23.815015.36958.9191
Yxy15.36950.49510.3195
Hunter Lab39.204039.825413.9540
CIE-Lab46.136247.387020.2719

#ba464e color RGB value is (186,70,78).

#ba464e hex color red value is 186, green value is 70 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ba464e hue: 0.99 , saturation: 0.46 and the lightness value of ba464e is 0.50.

The process color (four color CMYK) of #ba464e color hex is 0.00, 0.62, 0.58, 0.27. Web safe color of #ba464e is #cc3366. Color #ba464e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 01001110
Octal 272 106 116
Decimal 186 70 78
Hex BA 46 4E

RGB Percentages of Color #ba464e

%55.69
%20.96
%23.35

CMYK Percentages of Color #ba464e

%0
%62
%58
%27

Triadic Colors of #ba464e

#ba464e #4eba46 #464eba

Analogous Colors of #ba464e

#ba464e #ba7846 #ba4688

Monochromatic Colors of #ba464e

#ba464e

Complementary Color

#ba464e #46bab2

#ba464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba464e Color CSS Codes

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

#ba464e Text Font Color

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

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


#ba464e Background Color

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

This div background color is #ba464e


#ba464e Border Color

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

This div border color is #ba464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba464e


Comments

No comments written yet.

Please login to write comment.