Color Hex Logo

#ba658b Color Hex

#BA658B
(186,101,139)
0 Favorites   0 Comments

Color spaces of #ba658b

RGB 186101139
HSL0.930.380.56
HSV333°46°73°
CMYK 0.000.460.25   0.27
XYZ29.563621.610527.0392
Yxy21.61050.37800.2763
Hunter Lab46.487132.1652-1.9450
CIE-Lab53.611338.7251-5.6919

#ba658b color RGB value is (186,101,139).

#ba658b hex color red value is 186, green value is 101 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ba658b hue: 0.93 , saturation: 0.38 and the lightness value of ba658b is 0.56.

The process color (four color CMYK) of #ba658b color hex is 0.00, 0.46, 0.25, 0.27. Web safe color of #ba658b is #cc6699. Color #ba658b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100101 10001011
Octal 272 145 213
Decimal 186 101 139
Hex BA 65 8B

RGB Percentages of Color #ba658b

%43.66
%23.71
%32.63

CMYK Percentages of Color #ba658b

%0
%46
%25
%27

Triadic Colors of #ba658b

#ba658b #8bba65 #658bba

Analogous Colors of #ba658b

#ba658b #ba6a65 #ba65b6

Monochromatic Colors of #ba658b

#ba658b

Complementary Color

#ba658b #65ba94

#ba658b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba658b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba658b Color CSS Codes

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

#ba658b Text Font Color

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

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


#ba658b Background Color

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

This div background color is #ba658b


#ba658b Border Color

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

This div border color is #ba658b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba658b


Comments

No comments written yet.

Please login to write comment.