Color Hex Logo

#ba648a Color Hex

#BA648A
(186,100,138)
0 Favorites   0 Comments

Color spaces of #ba648a

RGB 186100138
HSL0.930.380.56
HSV333°46°73°
CMYK 0.000.460.26   0.27
XYZ29.394321.388426.6239
Yxy21.38840.37970.2763
Hunter Lab46.247632.5187-1.7589
CIE-Lab53.372039.1086-5.4576

#ba648a color RGB value is (186,100,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100100 10001010
Octal 272 144 212
Decimal 186 100 138
Hex BA 64 8A

RGB Percentages of Color #ba648a

%43.87
%23.58
%32.55

CMYK Percentages of Color #ba648a

%0
%46
%26
%27

Triadic Colors of #ba648a

#ba648a #8aba64 #648aba

Analogous Colors of #ba648a

#ba648a #ba6964 #ba64b5

Monochromatic Colors of #ba648a

#ba648a

Complementary Color

#ba648a #64ba94

#ba648a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba648a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba648a Color CSS Codes

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

#ba648a Text Font Color

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

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


#ba648a Background Color

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

This div background color is #ba648a


#ba648a Border Color

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

This div border color is #ba648a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba648a


Comments

No comments written yet.

Please login to write comment.