Color Hex Logo

#ba485d Color Hex

#BA485D
(186,72,93)
0 Favorites   0 Comments

Color spaces of #ba485d

RGB 1867293
HSL0.970.450.51
HSV349°61°73°
CMYK 0.000.610.50   0.27
XYZ24.542815.864112.1245
Yxy15.86410.46720.3020
Hunter Lab39.829840.28839.8325
CIE-Lab46.795747.723212.0486

#ba485d color RGB value is (186,72,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001000 01011101
Octal 272 110 135
Decimal 186 72 93
Hex BA 48 5D

RGB Percentages of Color #ba485d

%52.99
%20.51
%26.50

CMYK Percentages of Color #ba485d

%0
%61
%50
%27

Triadic Colors of #ba485d

#ba485d #5dba48 #485dba

Analogous Colors of #ba485d

#ba485d #ba6c48 #ba4896

Monochromatic Colors of #ba485d

#ba485d

Complementary Color

#ba485d #48baa5

#ba485d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba485d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba485d Color CSS Codes

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

#ba485d Text Font Color

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

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


#ba485d Background Color

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

This div background color is #ba485d


#ba485d Border Color

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

This div border color is #ba485d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba485d


Comments

No comments written yet.

Please login to write comment.