Color Hex Logo

#ba807e Color Hex

#BA807E
(186,128,126)
0 Favorites   0 Comments

Color spaces of #ba807e

RGB 186128126
HSL0.010.300.61
HSV32°73°
CMYK 0.000.310.32   0.27
XYZ31.734827.383823.3517
Yxy27.38380.38480.3320
Hunter Lab52.329516.673110.1729
CIE-Lab59.327922.182710.1605

#ba807e color RGB value is (186,128,126).

#ba807e hex color red value is 186, green value is 128 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ba807e hue: 0.01 , saturation: 0.30 and the lightness value of ba807e is 0.61.

The process color (four color CMYK) of #ba807e color hex is 0.00, 0.31, 0.32, 0.27. Web safe color of #ba807e is #cc9966. Color #ba807e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 01111110
Octal 272 200 176
Decimal 186 128 126
Hex BA 80 7E

RGB Percentages of Color #ba807e

%42.27
%29.09
%28.64

CMYK Percentages of Color #ba807e

%0
%31
%32
%27

Triadic Colors of #ba807e

#ba807e #7eba80 #807eba

Analogous Colors of #ba807e

#ba807e #ba9e7e #ba7e9a

Monochromatic Colors of #ba807e

#ba807e

Complementary Color

#ba807e #7eb8ba

#ba807e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba807e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba807e Color CSS Codes

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

#ba807e Text Font Color

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

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


#ba807e Background Color

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

This div background color is #ba807e


#ba807e Border Color

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

This div border color is #ba807e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba807e


Comments

No comments written yet.

Please login to write comment.