Color Hex Logo

#b2282f Color Hex

#B2282F
(178,40,47)
0 Favorites   0 Comments

Color spaces of #b2282f

RGB 1784047
HSL0.990.630.43
HSV357°78°70°
CMYK 0.000.780.74   0.30
XYZ19.632011.18783.8141
Yxy11.18780.56680.3230
Hunter Lab33.448246.234116.6529
CIE-Lab39.895054.633130.9311

#b2282f color RGB value is (178,40,47).

#b2282f hex color red value is 178, green value is 40 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b2282f hue: 0.99 , saturation: 0.63 and the lightness value of b2282f is 0.43.

The process color (four color CMYK) of #b2282f color hex is 0.00, 0.78, 0.74, 0.30. Web safe color of #b2282f is #993333. Color #b2282f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101000 00101111
Octal 262 50 57
Decimal 178 40 47
Hex B2 28 2F

RGB Percentages of Color #b2282f

%67.17
%15.09
%17.74

CMYK Percentages of Color #b2282f

%0
%78
%74
%30

Triadic Colors of #b2282f

#b2282f #2fb228 #282fb2

Analogous Colors of #b2282f

#b2282f #b26628 #b22874

Monochromatic Colors of #b2282f

#b2282f

Complementary Color

#b2282f #28b2ab

#b2282f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2282f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2282f Color CSS Codes

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

#b2282f Text Font Color

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

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


#b2282f Background Color

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

This div background color is #b2282f


#b2282f Border Color

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

This div border color is #b2282f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2282f


Comments

No comments written yet.

Please login to write comment.