Color Hex Logo

#bb313e Color Hex

#BB313E
(187,49,62)
0 Favorites   0 Comments

Color spaces of #bb313e

RGB 1874962
HSL0.980.580.46
HSV354°74°73°
CMYK 0.000.740.67   0.27
XYZ22.461313.10925.9039
Yxy13.10920.54160.3161
Hunter Lab36.206647.373415.6767
CIE-Lab42.927355.128925.8999

#bb313e color RGB value is (187,49,62).

#bb313e hex color red value is 187, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bb313e hue: 0.98 , saturation: 0.58 and the lightness value of bb313e is 0.46.

The process color (four color CMYK) of #bb313e color hex is 0.00, 0.74, 0.67, 0.27. Web safe color of #bb313e is #cc3333. Color #bb313e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110001 00111110
Octal 273 61 76
Decimal 187 49 62
Hex BB 31 3E

RGB Percentages of Color #bb313e

%62.75
%16.44
%20.81

CMYK Percentages of Color #bb313e

%0
%74
%67
%27

Triadic Colors of #bb313e

#bb313e #3ebb31 #313ebb

Analogous Colors of #bb313e

#bb313e #bb6931 #bb3183

Monochromatic Colors of #bb313e

#bb313e

Complementary Color

#bb313e #31bbae

#bb313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb313e Color CSS Codes

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

#bb313e Text Font Color

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

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


#bb313e Background Color

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

This div background color is #bb313e


#bb313e Border Color

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

This div border color is #bb313e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb313e


Comments

No comments written yet.

Please login to write comment.