Color Hex Logo

#ba489f Color Hex

#BA489F
(186,72,159)
0 Favorites   0 Comments

Color spaces of #ba489f

RGB 18672159
HSL0.870.450.51
HSV314°61°73°
CMYK 0.000.610.15   0.27
XYZ28.825117.577034.6743
Yxy17.57700.35550.2168
Hunter Lab41.924949.3574-19.6887
CIE-Lab48.979055.8472-24.5448

#ba489f color RGB value is (186,72,159).

#ba489f hex color red value is 186, green value is 72 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ba489f hue: 0.87 , saturation: 0.45 and the lightness value of ba489f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001000 10011111
Octal 272 110 237
Decimal 186 72 159
Hex BA 48 9F

RGB Percentages of Color #ba489f

%44.60
%17.27
%38.13

CMYK Percentages of Color #ba489f

%0
%61
%15
%27

Triadic Colors of #ba489f

#ba489f #9fba48 #489fba

Analogous Colors of #ba489f

#ba489f #ba4866 #9c48ba

Monochromatic Colors of #ba489f

#ba489f

Complementary Color

#ba489f #48ba63

#ba489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba489f Color CSS Codes

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

#ba489f Text Font Color

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

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


#ba489f Background Color

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

This div background color is #ba489f


#ba489f Border Color

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

This div border color is #ba489f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba489f


Comments

No comments written yet.

Please login to write comment.