Color Hex Logo

#bb466a Color Hex

#BB466A
(187,70,106)
0 Favorites   0 Comments

Color spaces of #bb466a

RGB 18770106
HSL0.950.460.50
HSV342°63°73°
CMYK 0.000.630.43   0.27
XYZ25.285215.985715.3885
Yxy15.98570.44630.2821
Hunter Lab39.982142.91705.1677
CIE-Lab46.955750.21194.3665

#bb466a color RGB value is (187,70,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000110 01101010
Octal 273 106 152
Decimal 187 70 106
Hex BB 46 6A

RGB Percentages of Color #bb466a

%51.52
%19.28
%29.20

CMYK Percentages of Color #bb466a

%0
%63
%43
%27

Triadic Colors of #bb466a

#bb466a #6abb46 #466abb

Analogous Colors of #bb466a

#bb466a #bb5c46 #bb46a5

Monochromatic Colors of #bb466a

#bb466a

Complementary Color

#bb466a #46bb97

#bb466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb466a Color CSS Codes

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

#bb466a Text Font Color

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

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


#bb466a Background Color

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

This div background color is #bb466a


#bb466a Border Color

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

This div border color is #bb466a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb466a


Comments

No comments written yet.

Please login to write comment.