Color Hex Logo

#ba5477 Color Hex

#BA5477
(186,84,119)
0 Favorites   0 Comments

Color spaces of #ba5477

RGB 18684119
HSL0.940.430.53
HSV339°55°73°
CMYK 0.000.550.36   0.27
XYZ26.749818.111719.5388
Yxy18.11170.41540.2812
Hunter Lab42.557837.72022.5698
CIE-Lab49.631344.77190.3487

#ba5477 color RGB value is (186,84,119).

#ba5477 hex color red value is 186, green value is 84 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ba5477 hue: 0.94 , saturation: 0.43 and the lightness value of ba5477 is 0.53.

The process color (four color CMYK) of #ba5477 color hex is 0.00, 0.55, 0.36, 0.27. Web safe color of #ba5477 is #cc6666. Color #ba5477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010100 01110111
Octal 272 124 167
Decimal 186 84 119
Hex BA 54 77

RGB Percentages of Color #ba5477

%47.81
%21.59
%30.59

CMYK Percentages of Color #ba5477

%0
%55
%36
%27

Triadic Colors of #ba5477

#ba5477 #77ba54 #5477ba

Analogous Colors of #ba5477

#ba5477 #ba6454 #ba54aa

Monochromatic Colors of #ba5477

#ba5477

Complementary Color

#ba5477 #54ba97

#ba5477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5477 Color CSS Codes

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

#ba5477 Text Font Color

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

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


#ba5477 Background Color

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

This div background color is #ba5477


#ba5477 Border Color

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

This div border color is #ba5477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5477


Comments

No comments written yet.

Please login to write comment.