Color Hex Logo

#ba748e Color Hex

#BA748E
(186,116,142)
0 Favorites   0 Comments

Color spaces of #ba748e

RGB 186116142
HSL0.940.340.59
HSV338°38°73°
CMYK 0.000.380.24   0.27
XYZ31.377624.882928.7403
Yxy24.88290.36910.2927
Hunter Lab49.882824.98650.7576
CIE-Lab56.961131.0778-2.4991

#ba748e color RGB value is (186,116,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110100 10001110
Octal 272 164 216
Decimal 186 116 142
Hex BA 74 8E

RGB Percentages of Color #ba748e

%41.89
%26.13
%31.98

CMYK Percentages of Color #ba748e

%0
%38
%24
%27

Triadic Colors of #ba748e

#ba748e #8eba74 #748eba

Analogous Colors of #ba748e

#ba748e #ba7d74 #ba74b1

Monochromatic Colors of #ba748e

#ba748e

Complementary Color

#ba748e #74baa0

#ba748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba748e Color CSS Codes

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

#ba748e Text Font Color

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

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


#ba748e Background Color

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

This div background color is #ba748e


#ba748e Border Color

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

This div border color is #ba748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba748e


Comments

No comments written yet.

Please login to write comment.