Color Hex Logo

#bb498f Color Hex

#BB498F
(187,73,143)
0 Favorites   0 Comments

Color spaces of #bb498f

RGB 18773143
HSL0.900.460.51
HSV323°61°73°
CMYK 0.000.610.24   0.27
XYZ27.834017.313127.8613
Yxy17.31310.38120.2371
Hunter Lab41.609046.5903-10.5741
CIE-Lab48.652153.3608-15.5035

#bb498f color RGB value is (187,73,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001001 10001111
Octal 273 111 217
Decimal 187 73 143
Hex BB 49 8F

RGB Percentages of Color #bb498f

%46.40
%18.11
%35.48

CMYK Percentages of Color #bb498f

%0
%61
%24
%27

Triadic Colors of #bb498f

#bb498f #8fbb49 #498fbb

Analogous Colors of #bb498f

#bb498f #bb4956 #ae49bb

Monochromatic Colors of #bb498f

#bb498f

Complementary Color

#bb498f #49bb75

#bb498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb498f Color CSS Codes

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

#bb498f Text Font Color

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

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


#bb498f Background Color

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

This div background color is #bb498f


#bb498f Border Color

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

This div border color is #bb498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb498f


Comments

No comments written yet.

Please login to write comment.