Color Hex Logo

#ba465d Color Hex

#BA465D
(186,70,93)
0 Favorites   0 Comments

Color spaces of #ba465d

RGB 1867093
HSL0.970.460.50
HSV348°62°73°
CMYK 0.000.620.50   0.27
XYZ24.415615.609712.0821
Yxy15.60970.46860.2996
Hunter Lab39.509141.16749.5252
CIE-Lab46.458248.626811.5790

#ba465d color RGB value is (186,70,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 01011101
Octal 272 106 135
Decimal 186 70 93
Hex BA 46 5D

RGB Percentages of Color #ba465d

%53.30
%20.06
%26.65

CMYK Percentages of Color #ba465d

%0
%62
%50
%27

Triadic Colors of #ba465d

#ba465d #5dba46 #465dba

Analogous Colors of #ba465d

#ba465d #ba6946 #ba4697

Monochromatic Colors of #ba465d

#ba465d

Complementary Color

#ba465d #46baa3

#ba465d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba465d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba465d Color CSS Codes

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

#ba465d Text Font Color

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

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


#ba465d Background Color

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

This div background color is #ba465d


#ba465d Border Color

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

This div border color is #ba465d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba465d


Comments

No comments written yet.

Please login to write comment.