Color Hex Logo

#bb485e Color Hex

#BB485E
(187,72,94)
0 Favorites   0 Comments

Color spaces of #bb485e

RGB 1877294
HSL0.970.460.51
HSV349°61°73°
CMYK 0.000.610.50   0.27
XYZ24.831316.007712.3707
Yxy16.00770.46670.3008
Hunter Lab40.009640.76629.6747
CIE-Lab46.984648.151711.7274

#bb485e color RGB value is (187,72,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001000 01011110
Octal 273 110 136
Decimal 187 72 94
Hex BB 48 5E

RGB Percentages of Color #bb485e

%52.97
%20.40
%26.63

CMYK Percentages of Color #bb485e

%0
%61
%50
%27

Triadic Colors of #bb485e

#bb485e #5ebb48 #485ebb

Analogous Colors of #bb485e

#bb485e #bb6c48 #bb4898

Monochromatic Colors of #bb485e

#bb485e

Complementary Color

#bb485e #48bba5

#bb485e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb485e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb485e Color CSS Codes

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

#bb485e Text Font Color

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

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


#bb485e Background Color

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

This div background color is #bb485e


#bb485e Border Color

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

This div border color is #bb485e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb485e


Comments

No comments written yet.

Please login to write comment.