Color Hex Logo

#ba498a Color Hex

#BA498A
(186,73,138)
0 Favorites   0 Comments

Color spaces of #ba498a

RGB 18673138
HSL0.900.450.51
HSV325°61°73°
CMYK 0.000.610.26   0.27
XYZ27.219717.039225.8990
Yxy17.03920.38800.2429
Hunter Lab41.278645.4681-8.3047
CIE-Lab48.309452.3774-13.0407

#ba498a color RGB value is (186,73,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 10001010
Octal 272 111 212
Decimal 186 73 138
Hex BA 49 8A

RGB Percentages of Color #ba498a

%46.85
%18.39
%34.76

CMYK Percentages of Color #ba498a

%0
%61
%26
%27

Triadic Colors of #ba498a

#ba498a #8aba49 #498aba

Analogous Colors of #ba498a

#ba498a #ba4951 #b249ba

Monochromatic Colors of #ba498a

#ba498a

Complementary Color

#ba498a #49ba79

#ba498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba498a Color CSS Codes

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

#ba498a Text Font Color

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

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


#ba498a Background Color

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

This div background color is #ba498a


#ba498a Border Color

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

This div border color is #ba498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba498a


Comments

No comments written yet.

Please login to write comment.