Color Hex Logo

#bb466e Color Hex

#BB466E
(187,70,110)
0 Favorites   0 Comments

Color spaces of #bb466e

RGB 18770110
HSL0.940.460.50
HSV339°63°73°
CMYK 0.000.630.41   0.27
XYZ25.498116.070916.5099
Yxy16.07090.43900.2767
Hunter Lab40.088543.37913.6442
CIE-Lab47.067450.63072.0875

#bb466e color RGB value is (187,70,110).

#bb466e hex color red value is 187, green value is 70 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bb466e hue: 0.94 , saturation: 0.46 and the lightness value of bb466e is 0.50.

The process color (four color CMYK) of #bb466e color hex is 0.00, 0.63, 0.41, 0.27. Web safe color of #bb466e is #cc3366. Color #bb466e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000110 01101110
Octal 273 106 156
Decimal 187 70 110
Hex BB 46 6E

RGB Percentages of Color #bb466e

%50.95
%19.07
%29.97

CMYK Percentages of Color #bb466e

%0
%63
%41
%27

Triadic Colors of #bb466e

#bb466e #6ebb46 #466ebb

Analogous Colors of #bb466e

#bb466e #bb5846 #bb46a9

Monochromatic Colors of #bb466e

#bb466e

Complementary Color

#bb466e #46bb93

#bb466e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb466e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb466e Color CSS Codes

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

#bb466e Text Font Color

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

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


#bb466e Background Color

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

This div background color is #bb466e


#bb466e Border Color

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

This div border color is #bb466e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,70,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb466e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb466e;
  -webkit-box-shadow: 1px 1px 3px 2px #bb466e;
  box-shadow:         1px 1px 3px 2px #bb466e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,70,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb466e


Comments

No comments written yet.

Please login to write comment.