Color Hex Logo

#bb323f Color Hex

#BB323F
(187,50,63)
0 Favorites   0 Comments

Color spaces of #bb323f

RGB 1875063
HSL0.980.580.46
HSV354°73°73°
CMYK 0.000.730.66   0.27
XYZ22.531313.20496.0639
Yxy13.20490.53900.3159
Hunter Lab36.338547.084415.5431
CIE-Lab43.070454.833125.4688

#bb323f color RGB value is (187,50,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 00111111
Octal 273 62 77
Decimal 187 50 63
Hex BB 32 3F

RGB Percentages of Color #bb323f

%62.33
%16.67
%21.00

CMYK Percentages of Color #bb323f

%0
%73
%66
%27

Triadic Colors of #bb323f

#bb323f #3fbb32 #323fbb

Analogous Colors of #bb323f

#bb323f #bb6a32 #bb3284

Monochromatic Colors of #bb323f

#bb323f

Complementary Color

#bb323f #32bbae

#bb323f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb323f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb323f Color CSS Codes

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

#bb323f Text Font Color

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

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


#bb323f Background Color

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

This div background color is #bb323f


#bb323f Border Color

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

This div border color is #bb323f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb323f


Comments

No comments written yet.

Please login to write comment.