Color Hex Logo

#ba379e Color Hex

#BA379E
(186,55,158)
0 Favorites   0 Comments

Color spaces of #ba379e

RGB 18655158
HSL0.870.540.47
HSV313°70°73°
CMYK 0.000.700.15   0.27
XYZ27.787415.640133.9020
Yxy15.64010.35930.2023
Hunter Lab39.547656.2116-23.1428
CIE-Lab46.498762.4574-27.7995

#ba379e color RGB value is (186,55,158).

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

The process color (four color CMYK) of #ba379e color hex is 0.00, 0.70, 0.15, 0.27. Web safe color of #ba379e is #cc3399. Color #ba379e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110111 10011110
Octal 272 67 236
Decimal 186 55 158
Hex BA 37 9E

RGB Percentages of Color #ba379e

%46.62
%13.78
%39.60

CMYK Percentages of Color #ba379e

%0
%70
%15
%27

Triadic Colors of #ba379e

#ba379e #9eba37 #379eba

Analogous Colors of #ba379e

#ba379e #ba375d #9537ba

Monochromatic Colors of #ba379e

#ba379e

Complementary Color

#ba379e #37ba53

#ba379e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba379e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba379e Color CSS Codes

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

#ba379e Text Font Color

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

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


#ba379e Background Color

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

This div background color is #ba379e


#ba379e Border Color

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

This div border color is #ba379e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba379e


Comments

No comments written yet.

Please login to write comment.