Color Hex Logo

#bb250a Color Hex

#BB250A
(187,37,10)
0 Favorites   0 Comments

Color spaces of #bb250a

RGB 1873710
HSL0.030.900.39
HSV95°73°
CMYK 0.000.800.95   0.27
XYZ21.209911.90981.4681
Yxy11.90980.61320.3443
Hunter Lab34.510649.311021.6352
CIE-Lab41.072457.273450.7983

#bb250a color RGB value is (187,37,10).

#bb250a hex color red value is 187, green value is 37 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bb250a hue: 0.03 , saturation: 0.90 and the lightness value of bb250a is 0.39.

The process color (four color CMYK) of #bb250a color hex is 0.00, 0.80, 0.95, 0.27. Web safe color of #bb250a is #cc3300. Color #bb250a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100101 00001010
Octal 273 45 12
Decimal 187 37 10
Hex BB 25 A

RGB Percentages of Color #bb250a

%79.91
%15.81
%4.27

CMYK Percentages of Color #bb250a

%0
%80
%95
%27

Triadic Colors of #bb250a

#bb250a #0abb25 #250abb

Analogous Colors of #bb250a

#bb250a #bb7e0a #bb0a48

Monochromatic Colors of #bb250a

#bb250a

Complementary Color

#bb250a #0aa0bb

#bb250a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb250a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb250a Color CSS Codes

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

#bb250a Text Font Color

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

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


#bb250a Background Color

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

This div background color is #bb250a


#bb250a Border Color

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

This div border color is #bb250a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb250a


Comments

No comments written yet.

Please login to write comment.