Color Hex Logo

#ba587d Color Hex

#BA587D
(186,88,125)
0 Favorites   0 Comments

Color spaces of #ba587d

RGB 18688125
HSL0.940.420.54
HSV337°53°73°
CMYK 0.000.530.33   0.27
XYZ27.441118.899221.6036
Yxy18.89920.40390.2782
Hunter Lab43.473236.59440.9676
CIE-Lab50.569143.5285-1.8759

#ba587d color RGB value is (186,88,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 01111101
Octal 272 130 175
Decimal 186 88 125
Hex BA 58 7D

RGB Percentages of Color #ba587d

%46.62
%22.06
%31.33

CMYK Percentages of Color #ba587d

%0
%53
%33
%27

Triadic Colors of #ba587d

#ba587d #7dba58 #587dba

Analogous Colors of #ba587d

#ba587d #ba6458 #ba58ae

Monochromatic Colors of #ba587d

#ba587d

Complementary Color

#ba587d #58ba95

#ba587d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba587d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba587d Color CSS Codes

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

#ba587d Text Font Color

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

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


#ba587d Background Color

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

This div background color is #ba587d


#ba587d Border Color

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

This div border color is #ba587d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba587d


Comments

No comments written yet.

Please login to write comment.