Color Hex Logo

#ba479c Color Hex

#BA479C
(186,71,156)
0 Favorites   0 Comments

Color spaces of #ba479c

RGB 18671156
HSL0.880.450.50
HSV316°62°73°
CMYK 0.000.620.16   0.27
XYZ28.503717.345933.2983
Yxy17.34590.36010.2192
Hunter Lab41.648449.2787-18.2490
CIE-Lab48.692955.8269-23.2069

#ba479c color RGB value is (186,71,156).

#ba479c hex color red value is 186, green value is 71 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ba479c hue: 0.88 , saturation: 0.45 and the lightness value of ba479c is 0.50.

The process color (four color CMYK) of #ba479c color hex is 0.00, 0.62, 0.16, 0.27. Web safe color of #ba479c is #cc3399. Color #ba479c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000111 10011100
Octal 272 107 234
Decimal 186 71 156
Hex BA 47 9C

RGB Percentages of Color #ba479c

%45.04
%17.19
%37.77

CMYK Percentages of Color #ba479c

%0
%62
%16
%27

Triadic Colors of #ba479c

#ba479c #9cba47 #479cba

Analogous Colors of #ba479c

#ba479c #ba4763 #9f47ba

Monochromatic Colors of #ba479c

#ba479c

Complementary Color

#ba479c #47ba65

#ba479c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba479c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba479c Color CSS Codes

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

#ba479c Text Font Color

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

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


#ba479c Background Color

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

This div background color is #ba479c


#ba479c Border Color

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

This div border color is #ba479c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba479c


Comments

No comments written yet.

Please login to write comment.