Color Hex Logo

#ba747d Color Hex

#BA747D
(186,116,125)
0 Favorites   0 Comments

Color spaces of #ba747d

RGB 186116125
HSL0.980.340.59
HSV352°38°73°
CMYK 0.000.380.33   0.27
XYZ30.196824.410622.5222
Yxy24.41060.39150.3165
Hunter Lab49.407122.63397.5576
CIE-Lab56.496628.69006.7135

#ba747d color RGB value is (186,116,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110100 01111101
Octal 272 164 175
Decimal 186 116 125
Hex BA 74 7D

RGB Percentages of Color #ba747d

%43.56
%27.17
%29.27

CMYK Percentages of Color #ba747d

%0
%38
%33
%27

Triadic Colors of #ba747d

#ba747d #7dba74 #747dba

Analogous Colors of #ba747d

#ba747d #ba8e74 #ba74a0

Monochromatic Colors of #ba747d

#ba747d

Complementary Color

#ba747d #74bab1

#ba747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba747d Color CSS Codes

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

#ba747d Text Font Color

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

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


#ba747d Background Color

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

This div background color is #ba747d


#ba747d Border Color

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

This div border color is #ba747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba747d


Comments

No comments written yet.

Please login to write comment.