Color Hex Logo

#bb082a Color Hex

#BB082A
(187,8,42)
0 Favorites   0 Comments

Color spaces of #bb082a

RGB 187842
HSL0.970.920.38
HSV349°96°73°
CMYK 0.000.960.78   0.27
XYZ20.998310.90563.1888
Yxy10.90560.59840.3108
Hunter Lab33.023655.709117.3914
CIE-Lab39.421063.379533.9055

#bb082a color RGB value is (187,8,42).

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

The process color (four color CMYK) of #bb082a color hex is 0.00, 0.96, 0.78, 0.27. Web safe color of #bb082a is #cc0033. Color #bb082a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001000 00101010
Octal 273 10 52
Decimal 187 8 42
Hex BB 8 2A

RGB Percentages of Color #bb082a

%78.90
%3.38
%17.72

CMYK Percentages of Color #bb082a

%0
%96
%78
%27

Triadic Colors of #bb082a

#bb082a #2abb08 #082abb

Analogous Colors of #bb082a

#bb082a #bb4008 #bb0884

Monochromatic Colors of #bb082a

#bb082a

Complementary Color

#bb082a #08bb99

#bb082a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb082a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb082a Color CSS Codes

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

#bb082a Text Font Color

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

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


#bb082a Background Color

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

This div background color is #bb082a


#bb082a Border Color

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

This div border color is #bb082a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,8,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 #bb082a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb082a


Comments

No comments written yet.

Please login to write comment.