Color Hex Logo

#b82a31 Color Hex

#B82A31
(184,42,49)
0 Favorites   0 Comments

Color spaces of #b82a31

RGB 1844249
HSL0.990.630.44
HSV357°77°72°
CMYK 0.000.770.73   0.28
XYZ21.149512.06804.1204
Yxy12.06800.56640.3232
Hunter Lab34.739047.879517.2849
CIE-Lab41.324055.900831.6880

#b82a31 color RGB value is (184,42,49).

#b82a31 hex color red value is 184, green value is 42 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #b82a31 hue: 0.99 , saturation: 0.63 and the lightness value of b82a31 is 0.44.

The process color (four color CMYK) of #b82a31 color hex is 0.00, 0.77, 0.73, 0.28. Web safe color of #b82a31 is #cc3333. Color #b82a31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101010 00110001
Octal 270 52 61
Decimal 184 42 49
Hex B8 2A 31

RGB Percentages of Color #b82a31

%66.91
%15.27
%17.82

CMYK Percentages of Color #b82a31

%0
%77
%73
%28

Triadic Colors of #b82a31

#b82a31 #31b82a #2a31b8

Analogous Colors of #b82a31

#b82a31 #b86a2a #b82a78

Monochromatic Colors of #b82a31

#b82a31

Complementary Color

#b82a31 #2ab8b1

#b82a31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82a31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82a31 Color CSS Codes

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

#b82a31 Text Font Color

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

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


#b82a31 Background Color

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

This div background color is #b82a31


#b82a31 Border Color

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

This div border color is #b82a31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82a31


Comments

No comments written yet.

Please login to write comment.