Color Hex Logo

#bb374e Color Hex

#BB374E
(187,55,78)
0 Favorites   0 Comments

Color spaces of #bb374e

RGB 1875578
HSL0.970.550.47
HSV350°71°73°
CMYK 0.000.710.58   0.27
XYZ23.234913.84728.6559
Yxy13.84720.50800.3028
Hunter Lab37.211846.333912.2567
CIE-Lab44.013053.958217.4742

#bb374e color RGB value is (187,55,78).

#bb374e hex color red value is 187, green value is 55 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bb374e hue: 0.97 , saturation: 0.55 and the lightness value of bb374e is 0.47.

The process color (four color CMYK) of #bb374e color hex is 0.00, 0.71, 0.58, 0.27. Web safe color of #bb374e is #cc3366. Color #bb374e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110111 01001110
Octal 273 67 116
Decimal 187 55 78
Hex BB 37 4E

RGB Percentages of Color #bb374e

%58.44
%17.19
%24.38

CMYK Percentages of Color #bb374e

%0
%71
%58
%27

Triadic Colors of #bb374e

#bb374e #4ebb37 #374ebb

Analogous Colors of #bb374e

#bb374e #bb6237 #bb3790

Monochromatic Colors of #bb374e

#bb374e

Complementary Color

#bb374e #37bba4

#bb374e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb374e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb374e Color CSS Codes

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

#bb374e Text Font Color

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

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


#bb374e Background Color

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

This div background color is #bb374e


#bb374e Border Color

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

This div border color is #bb374e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb374e


Comments

No comments written yet.

Please login to write comment.