Color Hex Logo

#ba707d Color Hex

#BA707D
(186,112,125)
0 Favorites   0 Comments

Color spaces of #ba707d

RGB 186112125
HSL0.970.350.58
HSV349°40°73°
CMYK 0.000.400.33   0.27
XYZ29.745523.508122.3718
Yxy23.50810.39330.3108
Hunter Lab48.485224.66026.5823
CIE-Lab55.591930.88135.4176

#ba707d color RGB value is (186,112,125).

#ba707d hex color red value is 186, green value is 112 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ba707d hue: 0.97 , saturation: 0.35 and the lightness value of ba707d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110000 01111101
Octal 272 160 175
Decimal 186 112 125
Hex BA 70 7D

RGB Percentages of Color #ba707d

%43.97
%26.48
%29.55

CMYK Percentages of Color #ba707d

%0
%40
%33
%27

Triadic Colors of #ba707d

#ba707d #7dba70 #707dba

Analogous Colors of #ba707d

#ba707d #ba8870 #ba70a2

Monochromatic Colors of #ba707d

#ba707d

Complementary Color

#ba707d #70baad

#ba707d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba707d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba707d Color CSS Codes

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

#ba707d Text Font Color

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

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


#ba707d Background Color

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

This div background color is #ba707d


#ba707d Border Color

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

This div border color is #ba707d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba707d


Comments

No comments written yet.

Please login to write comment.