Color Hex Logo

#bb103d Color Hex

#BB103D
(187,16,61)
0 Favorites   0 Comments

Color spaces of #bb103d

RGB 1871661
HSL0.960.840.40
HSV344°91°73°
CMYK 0.000.910.67   0.27
XYZ21.521111.27235.4564
Yxy11.27230.56260.2947
Hunter Lab33.574255.663613.8663
CIE-Lab40.035463.219422.8768

#bb103d color RGB value is (187,16,61).

#bb103d hex color red value is 187, green value is 16 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bb103d hue: 0.96 , saturation: 0.84 and the lightness value of bb103d is 0.40.

The process color (four color CMYK) of #bb103d color hex is 0.00, 0.91, 0.67, 0.27. Web safe color of #bb103d is #cc0033. Color #bb103d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010000 00111101
Octal 273 20 75
Decimal 187 16 61
Hex BB 10 3D

RGB Percentages of Color #bb103d

%70.83
%6.06
%23.11

CMYK Percentages of Color #bb103d

%0
%91
%67
%27

Triadic Colors of #bb103d

#bb103d #3dbb10 #103dbb

Analogous Colors of #bb103d

#bb103d #bb3910 #bb1093

Monochromatic Colors of #bb103d

#bb103d

Complementary Color

#bb103d #10bb8e

#bb103d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb103d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb103d Color CSS Codes

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

#bb103d Text Font Color

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

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


#bb103d Background Color

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

This div background color is #bb103d


#bb103d Border Color

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

This div border color is #bb103d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb103d


Comments

No comments written yet.

Please login to write comment.