Color Hex Logo

#ba748b Color Hex

#BA748B
(186,116,139)
0 Favorites   0 Comments

Color spaces of #ba748b

RGB 186116139
HSL0.950.340.59
HSV340°38°73°
CMYK 0.000.380.25   0.27
XYZ31.155324.794027.5697
Yxy24.79400.37300.2969
Hunter Lab49.793624.54682.0278
CIE-Lab56.874230.6348-0.8831

#ba748b color RGB value is (186,116,139).

#ba748b hex color red value is 186, green value is 116 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ba748b hue: 0.95 , saturation: 0.34 and the lightness value of ba748b is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110100 10001011
Octal 272 164 213
Decimal 186 116 139
Hex BA 74 8B

RGB Percentages of Color #ba748b

%42.18
%26.30
%31.52

CMYK Percentages of Color #ba748b

%0
%38
%25
%27

Triadic Colors of #ba748b

#ba748b #8bba74 #748bba

Analogous Colors of #ba748b

#ba748b #ba8074 #ba74ae

Monochromatic Colors of #ba748b

#ba748b

Complementary Color

#ba748b #74baa3

#ba748b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba748b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba748b Color CSS Codes

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

#ba748b Text Font Color

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

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


#ba748b Background Color

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

This div background color is #ba748b


#ba748b Border Color

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

This div border color is #ba748b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,116,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 #ba748b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba748b


Comments

No comments written yet.

Please login to write comment.