Color Hex Logo

#ba748a Color Hex

#BA748A
(186,116,138)
0 Favorites   0 Comments

Color spaces of #ba748a

RGB 186116138
HSL0.950.340.59
HSV341°38°73°
CMYK 0.000.380.26   0.27
XYZ31.082524.764927.1866
Yxy24.76490.37430.2983
Hunter Lab49.764324.40242.4445
CIE-Lab56.845630.4890-0.3435

#ba748a color RGB value is (186,116,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110100 10001010
Octal 272 164 212
Decimal 186 116 138
Hex BA 74 8A

RGB Percentages of Color #ba748a

%42.27
%26.36
%31.36

CMYK Percentages of Color #ba748a

%0
%38
%26
%27

Triadic Colors of #ba748a

#ba748a #8aba74 #748aba

Analogous Colors of #ba748a

#ba748a #ba8174 #ba74ad

Monochromatic Colors of #ba748a

#ba748a

Complementary Color

#ba748a #74baa4

#ba748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba748a Color CSS Codes

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

#ba748a Text Font Color

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

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


#ba748a Background Color

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

This div background color is #ba748a


#ba748a Border Color

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

This div border color is #ba748a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba748a


Comments

No comments written yet.

Please login to write comment.