Color Hex Logo

#ba639a Color Hex

#BA639A
(186,99,154)
0 Favorites   0 Comments

Color spaces of #ba639a

RGB 18699154
HSL0.890.390.56
HSV322°47°73°
CMYK 0.000.470.17   0.27
XYZ30.544321.695933.1497
Yxy21.69590.35770.2541
Hunter Lab46.578935.5392-9.5909
CIE-Lab53.702942.0357-14.3684

#ba639a color RGB value is (186,99,154).

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

The process color (four color CMYK) of #ba639a color hex is 0.00, 0.47, 0.17, 0.27. Web safe color of #ba639a is #cc6699. Color #ba639a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100011 10011010
Octal 272 143 232
Decimal 186 99 154
Hex BA 63 9A

RGB Percentages of Color #ba639a

%42.37
%22.55
%35.08

CMYK Percentages of Color #ba639a

%0
%47
%17
%27

Triadic Colors of #ba639a

#ba639a #9aba63 #639aba

Analogous Colors of #ba639a

#ba639a #ba636f #af63ba

Monochromatic Colors of #ba639a

#ba639a

Complementary Color

#ba639a #63ba83

#ba639a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba639a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba639a Color CSS Codes

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

#ba639a Text Font Color

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

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


#ba639a Background Color

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

This div background color is #ba639a


#ba639a Border Color

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

This div border color is #ba639a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba639a


Comments

No comments written yet.

Please login to write comment.