Color Hex Logo

#ba5686 Color Hex

#BA5686
(186,86,134)
0 Favorites   0 Comments

Color spaces of #ba5686

RGB 18686134
HSL0.920.420.53
HSV331°54°73°
CMYK 0.000.540.28   0.27
XYZ27.880618.815924.7166
Yxy18.81590.39040.2635
Hunter Lab43.377338.8200-3.4196
CIE-Lab50.471145.7056-7.3983

#ba5686 color RGB value is (186,86,134).

#ba5686 hex color red value is 186, green value is 86 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ba5686 hue: 0.92 , saturation: 0.42 and the lightness value of ba5686 is 0.53.

The process color (four color CMYK) of #ba5686 color hex is 0.00, 0.54, 0.28, 0.27. Web safe color of #ba5686 is #cc6699. Color #ba5686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010110 10000110
Octal 272 126 206
Decimal 186 86 134
Hex BA 56 86

RGB Percentages of Color #ba5686

%45.81
%21.18
%33.00

CMYK Percentages of Color #ba5686

%0
%54
%28
%27

Triadic Colors of #ba5686

#ba5686 #86ba56 #5686ba

Analogous Colors of #ba5686

#ba5686 #ba5856 #ba56b8

Monochromatic Colors of #ba5686

#ba5686

Complementary Color

#ba5686 #56ba8a

#ba5686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5686 Color CSS Codes

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

#ba5686 Text Font Color

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

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


#ba5686 Background Color

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

This div background color is #ba5686


#ba5686 Border Color

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

This div border color is #ba5686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5686


Comments

No comments written yet.

Please login to write comment.