Color Hex Logo

#ba477e Color Hex

#BA477E
(186,71,126)
0 Favorites   0 Comments

Color spaces of #ba477e

RGB 18671126
HSL0.920.450.50
HSV331°62°73°
CMYK 0.000.620.32   0.27
XYZ26.268816.451921.5297
Yxy16.45190.40890.2561
Hunter Lab40.560944.6217-3.0784
CIE-Lab47.561951.7161-6.9276

#ba477e color RGB value is (186,71,126).

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

The process color (four color CMYK) of #ba477e color hex is 0.00, 0.62, 0.32, 0.27. Web safe color of #ba477e is #cc3366. Color #ba477e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000111 01111110
Octal 272 107 176
Decimal 186 71 126
Hex BA 47 7E

RGB Percentages of Color #ba477e

%48.56
%18.54
%32.90

CMYK Percentages of Color #ba477e

%0
%62
%32
%27

Triadic Colors of #ba477e

#ba477e #7eba47 #477eba

Analogous Colors of #ba477e

#ba477e #ba4947 #ba47b8

Monochromatic Colors of #ba477e

#ba477e

Complementary Color

#ba477e #47ba83

#ba477e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba477e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba477e Color CSS Codes

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

#ba477e Text Font Color

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

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


#ba477e Background Color

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

This div background color is #ba477e


#ba477e Border Color

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

This div border color is #ba477e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba477e


Comments

No comments written yet.

Please login to write comment.