Color Hex Logo

#bb252e Color Hex

#BB252E
(187,37,46)
0 Favorites   0 Comments

Color spaces of #bb252e

RGB 1873746
HSL0.990.670.44
HSV356°80°73°
CMYK 0.000.800.75   0.27
XYZ21.648212.08523.7765
Yxy12.08520.57710.3222
Hunter Lab34.763850.319417.8938
CIE-Lab41.351258.146433.6575

#bb252e color RGB value is (187,37,46).

#bb252e hex color red value is 187, green value is 37 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bb252e hue: 0.99 , saturation: 0.67 and the lightness value of bb252e is 0.44.

The process color (four color CMYK) of #bb252e color hex is 0.00, 0.80, 0.75, 0.27. Web safe color of #bb252e is #cc3333. Color #bb252e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100101 00101110
Octal 273 45 56
Decimal 187 37 46
Hex BB 25 2E

RGB Percentages of Color #bb252e

%69.26
%13.70
%17.04

CMYK Percentages of Color #bb252e

%0
%80
%75
%27

Triadic Colors of #bb252e

#bb252e #2ebb25 #252ebb

Analogous Colors of #bb252e

#bb252e #bb6725 #bb2579

Monochromatic Colors of #bb252e

#bb252e

Complementary Color

#bb252e #25bbb2

#bb252e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb252e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb252e Color CSS Codes

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

#bb252e Text Font Color

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

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


#bb252e Background Color

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

This div background color is #bb252e


#bb252e Border Color

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

This div border color is #bb252e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb252e


Comments

No comments written yet.

Please login to write comment.