Color Hex Logo

#bb052b Color Hex

#BB052B
(187,5,43)
0 Favorites   0 Comments

Color spaces of #bb052b

RGB 187543
HSL0.970.950.38
HSV347°97°73°
CMYK 0.000.970.77   0.27
XYZ20.983810.84783.2734
Yxy10.84780.59770.3090
Hunter Lab32.936056.085817.1626
CIE-Lab39.322963.732733.1959

#bb052b color RGB value is (187,5,43).

#bb052b hex color red value is 187, green value is 5 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bb052b hue: 0.97 , saturation: 0.95 and the lightness value of bb052b is 0.38.

The process color (four color CMYK) of #bb052b color hex is 0.00, 0.97, 0.77, 0.27. Web safe color of #bb052b is #cc0033. Color #bb052b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000101 00101011
Octal 273 5 53
Decimal 187 5 43
Hex BB 5 2B

RGB Percentages of Color #bb052b

%79.57
%2.13
%18.30

CMYK Percentages of Color #bb052b

%0
%97
%77
%27

Triadic Colors of #bb052b

#bb052b #2bbb05 #052bbb

Analogous Colors of #bb052b

#bb052b #bb3a05 #bb0586

Monochromatic Colors of #bb052b

#bb052b

Complementary Color

#bb052b #05bb95

#bb052b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb052b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb052b Color CSS Codes

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

#bb052b Text Font Color

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

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


#bb052b Background Color

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

This div background color is #bb052b


#bb052b Border Color

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

This div border color is #bb052b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb052b


Comments

No comments written yet.

Please login to write comment.