Color Hex Logo

#bb283a Color Hex

#BB283A
(187,40,58)
0 Favorites   0 Comments

Color spaces of #bb283a

RGB 1874058
HSL0.980.650.45
HSV353°79°73°
CMYK 0.000.790.69   0.27
XYZ22.016012.38795.2337
Yxy12.38790.55540.3125
Hunter Lab35.196450.061115.8211
CIE-Lab41.826157.819126.9814

#bb283a color RGB value is (187,40,58).

#bb283a hex color red value is 187, green value is 40 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bb283a hue: 0.98 , saturation: 0.65 and the lightness value of bb283a is 0.45.

The process color (four color CMYK) of #bb283a color hex is 0.00, 0.79, 0.69, 0.27. Web safe color of #bb283a is #cc3333. Color #bb283a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101000 00111010
Octal 273 50 72
Decimal 187 40 58
Hex BB 28 3A

RGB Percentages of Color #bb283a

%65.61
%14.04
%20.35

CMYK Percentages of Color #bb283a

%0
%79
%69
%27

Triadic Colors of #bb283a

#bb283a #3abb28 #283abb

Analogous Colors of #bb283a

#bb283a #bb5f28 #bb2884

Monochromatic Colors of #bb283a

#bb283a

Complementary Color

#bb283a #28bba9

#bb283a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb283a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb283a Color CSS Codes

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

#bb283a Text Font Color

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

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


#bb283a Background Color

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

This div background color is #bb283a


#bb283a Border Color

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

This div border color is #bb283a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb283a


Comments

No comments written yet.

Please login to write comment.