Color Hex Logo

#bb499e Color Hex

#BB499E
(187,73,158)
0 Favorites   0 Comments

Color spaces of #bb499e

RGB 18773158
HSL0.880.460.51
HSV315°61°73°
CMYK 0.000.610.16   0.27
XYZ29.047617.798534.2522
Yxy17.79850.35820.2195
Hunter Lab42.188349.0719-18.6051
CIE-Lab49.250855.5377-23.5197

#bb499e color RGB value is (187,73,158).

#bb499e hex color red value is 187, green value is 73 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bb499e hue: 0.88 , saturation: 0.46 and the lightness value of bb499e is 0.51.

The process color (four color CMYK) of #bb499e color hex is 0.00, 0.61, 0.16, 0.27. Web safe color of #bb499e is #cc3399. Color #bb499e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001001 10011110
Octal 273 111 236
Decimal 187 73 158
Hex BB 49 9E

RGB Percentages of Color #bb499e

%44.74
%17.46
%37.80

CMYK Percentages of Color #bb499e

%0
%61
%16
%27

Triadic Colors of #bb499e

#bb499e #9ebb49 #499ebb

Analogous Colors of #bb499e

#bb499e #bb4965 #9f49bb

Monochromatic Colors of #bb499e

#bb499e

Complementary Color

#bb499e #49bb66

#bb499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb499e Color CSS Codes

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

#bb499e Text Font Color

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

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


#bb499e Background Color

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

This div background color is #bb499e


#bb499e Border Color

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

This div border color is #bb499e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb499e


Comments

No comments written yet.

Please login to write comment.