Color Hex Logo

#ba707a Color Hex

#BA707A
(186,112,122)
0 Favorites   0 Comments

Color spaces of #ba707a

RGB 186112122
HSL0.980.350.58
HSV352°40°73°
CMYK 0.000.400.34   0.27
XYZ29.556723.432621.3775
Yxy23.43260.39740.3151
Hunter Lab48.407224.27677.7015
CIE-Lab55.515230.49237.0602

#ba707a color RGB value is (186,112,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110000 01111010
Octal 272 160 172
Decimal 186 112 122
Hex BA 70 7A

RGB Percentages of Color #ba707a

%44.29
%26.67
%29.05

CMYK Percentages of Color #ba707a

%0
%40
%34
%27

Triadic Colors of #ba707a

#ba707a #7aba70 #707aba

Analogous Colors of #ba707a

#ba707a #ba8b70 #ba709f

Monochromatic Colors of #ba707a

#ba707a

Complementary Color

#ba707a #70bab0

#ba707a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba707a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba707a Color CSS Codes

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

#ba707a Text Font Color

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

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


#ba707a Background Color

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

This div background color is #ba707a


#ba707a Border Color

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

This div border color is #ba707a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba707a


Comments

No comments written yet.

Please login to write comment.