Color Hex Logo

#bb495d Color Hex

#BB495D
(187,73,93)
0 Favorites   0 Comments

Color spaces of #bb495d

RGB 1877393
HSL0.970.460.51
HSV349°61°73°
CMYK 0.000.610.50   0.27
XYZ24.851816.120212.1576
Yxy16.12020.46780.3034
Hunter Lab40.150040.224510.1517
CIE-Lab47.131847.605112.5406

#bb495d color RGB value is (187,73,93).

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

The process color (four color CMYK) of #bb495d color hex is 0.00, 0.61, 0.50, 0.27. Web safe color of #bb495d is #cc3366. Color #bb495d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001001 01011101
Octal 273 111 135
Decimal 187 73 93
Hex BB 49 5D

RGB Percentages of Color #bb495d

%52.97
%20.68
%26.35

CMYK Percentages of Color #bb495d

%0
%61
%50
%27

Triadic Colors of #bb495d

#bb495d #5dbb49 #495dbb

Analogous Colors of #bb495d

#bb495d #bb6e49 #bb4996

Monochromatic Colors of #bb495d

#bb495d

Complementary Color

#bb495d #49bba7

#bb495d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb495d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb495d Color CSS Codes

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

#bb495d Text Font Color

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

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


#bb495d Background Color

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

This div background color is #bb495d


#bb495d Border Color

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

This div border color is #bb495d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb495d


Comments

No comments written yet.

Please login to write comment.