Color Hex Logo

#b82332 Color Hex

#B82332
(184,35,50)
0 Favorites   0 Comments

Color spaces of #b82332

RGB 1843550
HSL0.980.680.43
HSV354°81°72°
CMYK 0.000.810.73   0.28
XYZ20.943911.62274.1571
Yxy11.62270.57030.3165
Hunter Lab34.092149.997316.6348
CIE-Lab40.610157.993030.2583

#b82332 color RGB value is (184,35,50).

#b82332 hex color red value is 184, green value is 35 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b82332 hue: 0.98 , saturation: 0.68 and the lightness value of b82332 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100011 00110010
Octal 270 43 62
Decimal 184 35 50
Hex B8 23 32

RGB Percentages of Color #b82332

%68.40
%13.01
%18.59

CMYK Percentages of Color #b82332

%0
%81
%73
%28

Triadic Colors of #b82332

#b82332 #32b823 #2332b8

Analogous Colors of #b82332

#b82332 #b85f23 #b8237d

Monochromatic Colors of #b82332

#b82332

Complementary Color

#b82332 #23b8a9

#b82332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82332 Color CSS Codes

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

#b82332 Text Font Color

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

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


#b82332 Background Color

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

This div background color is #b82332


#b82332 Border Color

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

This div border color is #b82332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82332


Comments

No comments written yet.

Please login to write comment.