Color Hex Logo

#bb321d Color Hex

#BB321D
(187,50,29)
0 Favorites   0 Comments

Color spaces of #bb321d

RGB 1875029
HSL0.020.730.42
HSV84°73°
CMYK 0.000.730.84   0.27
XYZ21.855912.93472.5071
Yxy12.93470.58600.3468
Hunter Lab35.964845.536321.0423
CIE-Lab42.664753.458344.2476

#bb321d color RGB value is (187,50,29).

#bb321d hex color red value is 187, green value is 50 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bb321d hue: 0.02 , saturation: 0.73 and the lightness value of bb321d is 0.42.

The process color (four color CMYK) of #bb321d color hex is 0.00, 0.73, 0.84, 0.27. Web safe color of #bb321d is #cc3333. Color #bb321d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 00011101
Octal 273 62 35
Decimal 187 50 29
Hex BB 32 1D

RGB Percentages of Color #bb321d

%70.30
%18.80
%10.90

CMYK Percentages of Color #bb321d

%0
%73
%84
%27

Triadic Colors of #bb321d

#bb321d #1dbb32 #321dbb

Analogous Colors of #bb321d

#bb321d #bb811d #bb1d57

Monochromatic Colors of #bb321d

#bb321d

Complementary Color

#bb321d #1da6bb

#bb321d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb321d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb321d Color CSS Codes

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

#bb321d Text Font Color

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

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


#bb321d Background Color

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

This div background color is #bb321d


#bb321d Border Color

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

This div border color is #bb321d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb321d


Comments

No comments written yet.

Please login to write comment.