Color Hex Logo

#ba667f Color Hex

#BA667F
(186,102,127)
0 Favorites   0 Comments

Color spaces of #ba667f

RGB 186102127
HSL0.950.380.56
HSV342°45°73°
CMYK 0.000.450.32   0.27
XYZ28.831821.474222.7040
Yxy21.47420.39490.2941
Hunter Lab46.340329.96303.3896
CIE-Lab53.464636.53851.1686

#ba667f color RGB value is (186,102,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100110 01111111
Octal 272 146 177
Decimal 186 102 127
Hex BA 66 7F

RGB Percentages of Color #ba667f

%44.82
%24.58
%30.60

CMYK Percentages of Color #ba667f

%0
%45
%32
%27

Triadic Colors of #ba667f

#ba667f #7fba66 #667fba

Analogous Colors of #ba667f

#ba667f #ba7766 #ba66a9

Monochromatic Colors of #ba667f

#ba667f

Complementary Color

#ba667f #66baa1

#ba667f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba667f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba667f Color CSS Codes

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

#ba667f Text Font Color

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

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


#ba667f Background Color

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

This div background color is #ba667f


#ba667f Border Color

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

This div border color is #ba667f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba667f


Comments

No comments written yet.

Please login to write comment.