Color Hex Logo

#ba649e Color Hex

#BA649E
(186,100,158)
0 Favorites   0 Comments

Color spaces of #ba649e

RGB 186100158
HSL0.890.380.56
HSV320°46°73°
CMYK 0.000.460.15   0.27
XYZ30.978422.022134.9657
Yxy22.02210.35220.2503
Hunter Lab46.927735.7098-11.3274
CIE-Lab54.050442.1522-16.1824

#ba649e color RGB value is (186,100,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100100 10011110
Octal 272 144 236
Decimal 186 100 158
Hex BA 64 9E

RGB Percentages of Color #ba649e

%41.89
%22.52
%35.59

CMYK Percentages of Color #ba649e

%0
%46
%15
%27

Triadic Colors of #ba649e

#ba649e #9eba64 #649eba

Analogous Colors of #ba649e

#ba649e #ba6473 #ab64ba

Monochromatic Colors of #ba649e

#ba649e

Complementary Color

#ba649e #64ba80

#ba649e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba649e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba649e Color CSS Codes

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

#ba649e Text Font Color

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

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


#ba649e Background Color

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

This div background color is #ba649e


#ba649e Border Color

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

This div border color is #ba649e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba649e


Comments

No comments written yet.

Please login to write comment.