Color Hex Logo

#bb469f Color Hex

#BB469F
(187,70,159)
0 Favorites   0 Comments

Color spaces of #bb469f

RGB 18770159
HSL0.870.460.50
HSV314°63°73°
CMYK 0.000.630.15   0.27
XYZ28.941717.448334.6434
Yxy17.44830.35720.2153
Hunter Lab41.771250.5765-19.9330
CIE-Lab48.820056.9848-24.7783

#bb469f color RGB value is (187,70,159).

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

The process color (four color CMYK) of #bb469f color hex is 0.00, 0.63, 0.15, 0.27. Web safe color of #bb469f is #cc3399. Color #bb469f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000110 10011111
Octal 273 106 237
Decimal 187 70 159
Hex BB 46 9F

RGB Percentages of Color #bb469f

%44.95
%16.83
%38.22

CMYK Percentages of Color #bb469f

%0
%63
%15
%27

Triadic Colors of #bb469f

#bb469f #9fbb46 #469fbb

Analogous Colors of #bb469f

#bb469f #bb4665 #9d46bb

Monochromatic Colors of #bb469f

#bb469f

Complementary Color

#bb469f #46bb62

#bb469f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb469f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb469f Color CSS Codes

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

#bb469f Text Font Color

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

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


#bb469f Background Color

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

This div background color is #bb469f


#bb469f Border Color

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

This div border color is #bb469f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb469f


Comments

No comments written yet.

Please login to write comment.