Color Hex Logo

#ba649f Color Hex

#BA649F
(186,100,159)
0 Favorites   0 Comments

Color spaces of #ba649f

RGB 186100159
HSL0.890.380.56
HSV319°46°73°
CMYK 0.000.460.15   0.27
XYZ31.064922.056635.4209
Yxy22.05660.35080.2491
Hunter Lab46.964535.8820-11.8418
CIE-Lab54.087042.3146-16.7111

#ba649f color RGB value is (186,100,159).

#ba649f hex color red value is 186, green value is 100 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ba649f hue: 0.89 , saturation: 0.38 and the lightness value of ba649f is 0.56.

The process color (four color CMYK) of #ba649f color hex is 0.00, 0.46, 0.15, 0.27. Web safe color of #ba649f is #cc6699. Color #ba649f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100100 10011111
Octal 272 144 237
Decimal 186 100 159
Hex BA 64 9F

RGB Percentages of Color #ba649f

%41.80
%22.47
%35.73

CMYK Percentages of Color #ba649f

%0
%46
%15
%27

Triadic Colors of #ba649f

#ba649f #9fba64 #649fba

Analogous Colors of #ba649f

#ba649f #ba6474 #aa64ba

Monochromatic Colors of #ba649f

#ba649f

Complementary Color

#ba649f #64ba7f

#ba649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba649f Color CSS Codes

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

#ba649f Text Font Color

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

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


#ba649f Background Color

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

This div background color is #ba649f


#ba649f Border Color

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

This div border color is #ba649f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,100,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 #ba649f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba649f


Comments

No comments written yet.

Please login to write comment.