Color Hex Logo

#ba4373 Color Hex

#BA4373
(186,67,115)
0 Favorites   0 Comments

Color spaces of #ba4373

RGB 18667115
HSL0.930.470.50
HSV336°64°73°
CMYK 0.000.640.38   0.27
XYZ25.351415.691217.9122
Yxy15.69120.43000.2662
Hunter Lab39.612144.91720.9181
CIE-Lab46.566752.1691-1.7135

#ba4373 color RGB value is (186,67,115).

#ba4373 hex color red value is 186, green value is 67 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ba4373 hue: 0.93 , saturation: 0.47 and the lightness value of ba4373 is 0.50.

The process color (four color CMYK) of #ba4373 color hex is 0.00, 0.64, 0.38, 0.27. Web safe color of #ba4373 is #cc3366. Color #ba4373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000011 01110011
Octal 272 103 163
Decimal 186 67 115
Hex BA 43 73

RGB Percentages of Color #ba4373

%50.54
%18.21
%31.25

CMYK Percentages of Color #ba4373

%0
%64
%38
%27

Triadic Colors of #ba4373

#ba4373 #73ba43 #4373ba

Analogous Colors of #ba4373

#ba4373 #ba4f43 #ba43af

Monochromatic Colors of #ba4373

#ba4373

Complementary Color

#ba4373 #43ba8a

#ba4373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4373 Color CSS Codes

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

#ba4373 Text Font Color

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

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


#ba4373 Background Color

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

This div background color is #ba4373


#ba4373 Border Color

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

This div border color is #ba4373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4373


Comments

No comments written yet.

Please login to write comment.