Color Hex Logo

#ba485e Color Hex

#BA485E
(186,72,94)
0 Favorites   0 Comments

Color spaces of #ba485e

RGB 1867294
HSL0.970.450.51
HSV348°61°73°
CMYK 0.000.610.49   0.27
XYZ24.587415.882012.3593
Yxy15.88200.46540.3006
Hunter Lab39.852240.38679.5091
CIE-Lab46.819347.814211.4721

#ba485e color RGB value is (186,72,94).

#ba485e hex color red value is 186, green value is 72 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ba485e hue: 0.97 , saturation: 0.45 and the lightness value of ba485e is 0.51.

The process color (four color CMYK) of #ba485e color hex is 0.00, 0.61, 0.49, 0.27. Web safe color of #ba485e is #cc3366. Color #ba485e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001000 01011110
Octal 272 110 136
Decimal 186 72 94
Hex BA 48 5E

RGB Percentages of Color #ba485e

%52.84
%20.45
%26.70

CMYK Percentages of Color #ba485e

%0
%61
%49
%27

Triadic Colors of #ba485e

#ba485e #5eba48 #485eba

Analogous Colors of #ba485e

#ba485e #ba6b48 #ba4897

Monochromatic Colors of #ba485e

#ba485e

Complementary Color

#ba485e #48baa4

#ba485e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba485e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba485e Color CSS Codes

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

#ba485e Text Font Color

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

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


#ba485e Background Color

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

This div background color is #ba485e


#ba485e Border Color

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

This div border color is #ba485e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba485e


Comments

No comments written yet.

Please login to write comment.