Color Hex Logo

#ba387e Color Hex

#BA387E
(186,56,126)
0 Favorites   0 Comments

Color spaces of #ba387e

RGB 18656126
HSL0.910.540.47
HSV328°70°73°
CMYK 0.000.700.32   0.27
XYZ25.429814.773821.2500
Yxy14.77380.41380.2404
Hunter Lab38.436750.8317-5.8732
CIE-Lab45.322857.8622-10.2812

#ba387e color RGB value is (186,56,126).

#ba387e hex color red value is 186, green value is 56 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ba387e hue: 0.91 , saturation: 0.54 and the lightness value of ba387e is 0.47.

The process color (four color CMYK) of #ba387e color hex is 0.00, 0.70, 0.32, 0.27. Web safe color of #ba387e is #cc3366. Color #ba387e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111000 01111110
Octal 272 70 176
Decimal 186 56 126
Hex BA 38 7E

RGB Percentages of Color #ba387e

%50.54
%15.22
%34.24

CMYK Percentages of Color #ba387e

%0
%70
%32
%27

Triadic Colors of #ba387e

#ba387e #7eba38 #387eba

Analogous Colors of #ba387e

#ba387e #ba383d #b538ba

Monochromatic Colors of #ba387e

#ba387e

Complementary Color

#ba387e #38ba74

#ba387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba387e Color CSS Codes

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

#ba387e Text Font Color

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

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


#ba387e Background Color

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

This div background color is #ba387e


#ba387e Border Color

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

This div border color is #ba387e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba387e


Comments

No comments written yet.

Please login to write comment.