Color Hex Logo

#bb184f Color Hex

#BB184F
(187,24,79)
0 Favorites   0 Comments

Color spaces of #bb184f

RGB 1872479
HSL0.940.770.41
HSV340°87°73°
CMYK 0.000.870.58   0.27
XYZ22.231411.78268.4997
Yxy11.78260.52290.2771
Hunter Lab34.325855.53709.3468
CIE-Lab40.868562.944912.5731

#bb184f color RGB value is (187,24,79).

#bb184f hex color red value is 187, green value is 24 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bb184f hue: 0.94 , saturation: 0.77 and the lightness value of bb184f is 0.41.

The process color (four color CMYK) of #bb184f color hex is 0.00, 0.87, 0.58, 0.27. Web safe color of #bb184f is #cc0066. Color #bb184f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011000 01001111
Octal 273 30 117
Decimal 187 24 79
Hex BB 18 4F

RGB Percentages of Color #bb184f

%64.48
%8.28
%27.24

CMYK Percentages of Color #bb184f

%0
%87
%58
%27

Triadic Colors of #bb184f

#bb184f #4fbb18 #184fbb

Analogous Colors of #bb184f

#bb184f #bb3218 #bb18a1

Monochromatic Colors of #bb184f

#bb184f

Complementary Color

#bb184f #18bb84

#bb184f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb184f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb184f Color CSS Codes

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

#bb184f Text Font Color

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

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


#bb184f Background Color

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

This div background color is #bb184f


#bb184f Border Color

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

This div border color is #bb184f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb184f


Comments

No comments written yet.

Please login to write comment.