Color Hex Logo

#ba667a Color Hex

#BA667A
(186,102,122)
0 Favorites   0 Comments

Color spaces of #ba667a

RGB 186102122
HSL0.960.380.56
HSV346°45°73°
CMYK 0.000.450.34   0.27
XYZ28.513921.347021.0299
Yxy21.34700.40220.3011
Hunter Lab46.202829.30575.3552
CIE-Lab53.327235.89163.9213

#ba667a color RGB value is (186,102,122).

#ba667a hex color red value is 186, green value is 102 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ba667a hue: 0.96 , saturation: 0.38 and the lightness value of ba667a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100110 01111010
Octal 272 146 172
Decimal 186 102 122
Hex BA 66 7A

RGB Percentages of Color #ba667a

%45.37
%24.88
%29.76

CMYK Percentages of Color #ba667a

%0
%45
%34
%27

Triadic Colors of #ba667a

#ba667a #7aba66 #667aba

Analogous Colors of #ba667a

#ba667a #ba7c66 #ba66a4

Monochromatic Colors of #ba667a

#ba667a

Complementary Color

#ba667a #66baa6

#ba667a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba667a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba667a Color CSS Codes

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

#ba667a Text Font Color

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

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


#ba667a Background Color

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

This div background color is #ba667a


#ba667a Border Color

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

This div border color is #ba667a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba667a


Comments

No comments written yet.

Please login to write comment.