Color Hex Logo

#ba586f Color Hex

#BA586F
(186,88,111)
0 Favorites   0 Comments

Color spaces of #ba586f

RGB 18688111
HSL0.960.420.54
HSV346°53°73°
CMYK 0.000.530.40   0.27
XYZ26.608718.566217.2201
Yxy18.56620.42650.2976
Hunter Lab43.088534.82526.4670
CIE-Lab50.175841.84805.9390

#ba586f color RGB value is (186,88,111).

#ba586f hex color red value is 186, green value is 88 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ba586f hue: 0.96 , saturation: 0.42 and the lightness value of ba586f is 0.54.

The process color (four color CMYK) of #ba586f color hex is 0.00, 0.53, 0.40, 0.27. Web safe color of #ba586f is #cc6666. Color #ba586f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 01101111
Octal 272 130 157
Decimal 186 88 111
Hex BA 58 6F

RGB Percentages of Color #ba586f

%48.31
%22.86
%28.83

CMYK Percentages of Color #ba586f

%0
%53
%40
%27

Triadic Colors of #ba586f

#ba586f #6fba58 #586fba

Analogous Colors of #ba586f

#ba586f #ba7258 #ba58a0

Monochromatic Colors of #ba586f

#ba586f

Complementary Color

#ba586f #58baa3

#ba586f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba586f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba586f Color CSS Codes

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

#ba586f Text Font Color

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

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


#ba586f Background Color

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

This div background color is #ba586f


#ba586f Border Color

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

This div border color is #ba586f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba586f


Comments

No comments written yet.

Please login to write comment.