Color Hex Logo

#bb323b Color Hex

#BB323B
(187,50,59)
1 Favorites   0 Comments

Color spaces of #bb323b

RGB 1875059
HSL0.990.580.46
HSV356°73°73°
CMYK 0.000.730.68   0.27
XYZ22.423513.16185.4963
Yxy13.16180.54580.3204
Hunter Lab36.279246.839016.4130
CIE-Lab43.006054.616127.8194

#bb323b color RGB value is (187,50,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 00111011
Octal 273 62 73
Decimal 187 50 59
Hex BB 32 3B

RGB Percentages of Color #bb323b

%63.18
%16.89
%19.93

CMYK Percentages of Color #bb323b

%0
%73
%68
%27

Triadic Colors of #bb323b

#bb323b #3bbb32 #323bbb

Analogous Colors of #bb323b

#bb323b #bb6e32 #bb3280

Monochromatic Colors of #bb323b

#bb323b

Complementary Color

#bb323b #32bbb2

#bb323b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb323b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb323b Color CSS Codes

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

#bb323b Text Font Color

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

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


#bb323b Background Color

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

This div background color is #bb323b


#bb323b Border Color

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

This div border color is #bb323b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb323b


Comments

No comments written yet.

Please login to write comment.