Color Hex Logo

#ba365f Color Hex

#BA365F
(186,54,95)
0 Favorites   0 Comments

Color spaces of #ba365f

RGB 1865495
HSL0.950.550.47
HSV341°71°73°
CMYK 0.000.710.49   0.27
XYZ23.634413.903712.2645
Yxy13.90370.47460.2792
Hunter Lab37.287747.88706.6000
CIE-Lab44.094555.38857.0225

#ba365f color RGB value is (186,54,95).

#ba365f hex color red value is 186, green value is 54 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ba365f hue: 0.95 , saturation: 0.55 and the lightness value of ba365f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110110 01011111
Octal 272 66 137
Decimal 186 54 95
Hex BA 36 5F

RGB Percentages of Color #ba365f

%55.52
%16.12
%28.36

CMYK Percentages of Color #ba365f

%0
%71
%49
%27

Triadic Colors of #ba365f

#ba365f #5fba36 #365fba

Analogous Colors of #ba365f

#ba365f #ba4f36 #ba36a1

Monochromatic Colors of #ba365f

#ba365f

Complementary Color

#ba365f #36ba91

#ba365f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba365f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba365f Color CSS Codes

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

#ba365f Text Font Color

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

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


#ba365f Background Color

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

This div background color is #ba365f


#ba365f Border Color

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

This div border color is #ba365f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba365f


Comments

No comments written yet.

Please login to write comment.