Color Hex Logo

#bb262a Color Hex

#BB262A
(187,38,42)
0 Favorites   0 Comments

Color spaces of #bb262a

RGB 1873842
HSL1.000.660.44
HSV358°80°73°
CMYK 0.000.800.78   0.27
XYZ21.604512.11823.3908
Yxy12.11820.58210.3265
Hunter Lab34.811249.860918.5927
CIE-Lab41.403457.716036.0481

#bb262a color RGB value is (187,38,42).

#bb262a hex color red value is 187, green value is 38 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bb262a hue: 1.00 , saturation: 0.66 and the lightness value of bb262a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100110 00101010
Octal 273 46 52
Decimal 187 38 42
Hex BB 26 2A

RGB Percentages of Color #bb262a

%70.04
%14.23
%15.73

CMYK Percentages of Color #bb262a

%0
%80
%78
%27

Triadic Colors of #bb262a

#bb262a #2abb26 #262abb

Analogous Colors of #bb262a

#bb262a #bb6d26 #bb2675

Monochromatic Colors of #bb262a

#bb262a

Complementary Color

#bb262a #26bbb7

#bb262a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb262a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb262a Color CSS Codes

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

#bb262a Text Font Color

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

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


#bb262a Background Color

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

This div background color is #bb262a


#bb262a Border Color

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

This div border color is #bb262a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb262a


Comments

No comments written yet.

Please login to write comment.