Color Hex Logo

#bb459f Color Hex

#BB459F
(187,69,159)
0 Favorites   0 Comments

Color spaces of #bb459f

RGB 18769159
HSL0.870.460.50
HSV314°63°73°
CMYK 0.000.630.15   0.27
XYZ28.879617.324234.6227
Yxy17.32420.35730.2143
Hunter Lab41.622351.0128-20.1835
CIE-Lab48.666057.4080-25.0167

#bb459f color RGB value is (187,69,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000101 10011111
Octal 273 105 237
Decimal 187 69 159
Hex BB 45 9F

RGB Percentages of Color #bb459f

%45.06
%16.63
%38.31

CMYK Percentages of Color #bb459f

%0
%63
%15
%27

Triadic Colors of #bb459f

#bb459f #9fbb45 #459fbb

Analogous Colors of #bb459f

#bb459f #bb4564 #9c45bb

Monochromatic Colors of #bb459f

#bb459f

Complementary Color

#bb459f #45bb61

#bb459f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb459f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb459f Color CSS Codes

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

#bb459f Text Font Color

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

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


#bb459f Background Color

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

This div background color is #bb459f


#bb459f Border Color

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

This div border color is #bb459f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb459f


Comments

No comments written yet.

Please login to write comment.