Color Hex Logo

#bb049d Color Hex

#BB049D
(187,4,157)
0 Favorites   0 Comments

Color spaces of #bb049d

RGB 1874157
HSL0.860.960.37
HSV310°98°73°
CMYK 0.000.980.16   0.27
XYZ26.622713.085933.0210
Yxy13.08590.36610.1799
Hunter Lab36.174468.0624-28.7994
CIE-Lab42.892473.2992-32.8328

#bb049d color RGB value is (187,4,157).

#bb049d hex color red value is 187, green value is 4 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bb049d hue: 0.86 , saturation: 0.96 and the lightness value of bb049d is 0.37.

The process color (four color CMYK) of #bb049d color hex is 0.00, 0.98, 0.16, 0.27. Web safe color of #bb049d is #cc0099. Color #bb049d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000100 10011101
Octal 273 4 235
Decimal 187 4 157
Hex BB 4 9D

RGB Percentages of Color #bb049d

%53.74
%1.15
%45.11

CMYK Percentages of Color #bb049d

%0
%98
%16
%27

Triadic Colors of #bb049d

#bb049d #9dbb04 #049dbb

Analogous Colors of #bb049d

#bb049d #bb0442 #7e04bb

Monochromatic Colors of #bb049d

#bb049d

Complementary Color

#bb049d #04bb22

#bb049d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb049d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb049d Color CSS Codes

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

#bb049d Text Font Color

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

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


#bb049d Background Color

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

This div background color is #bb049d


#bb049d Border Color

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

This div border color is #bb049d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb049d


Comments

No comments written yet.

Please login to write comment.