Color Hex Logo

#b83232 Color Hex

#B83232
(184,50,50)
0 Favorites   0 Comments

Color spaces of #b83232

RGB 1845050
HSL0.000.570.46
HSV73°72°
CMYK 0.000.730.73   0.28
XYZ21.483512.70184.3370
Yxy12.70180.55770.3297
Hunter Lab35.639645.230317.7327
CIE-Lab42.310553.235432.2323

#b83232 color RGB value is (184,50,50).

#b83232 hex color red value is 184, green value is 50 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b83232 hue: 0.00 , saturation: 0.57 and the lightness value of b83232 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110010 00110010
Octal 270 62 62
Decimal 184 50 50
Hex B8 32 32

RGB Percentages of Color #b83232

%64.79
%17.61
%17.61

CMYK Percentages of Color #b83232

%0
%73
%73
%28

Triadic Colors of #b83232

#b83232 #32b832 #3232b8

Analogous Colors of #b83232

#b83232 #b87532 #b83275

Monochromatic Colors of #b83232

#b83232

Complementary Color

#b83232 #32b8b8

#b83232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83232 Color CSS Codes

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

#b83232 Text Font Color

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

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


#b83232 Background Color

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

This div background color is #b83232


#b83232 Border Color

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

This div border color is #b83232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83232


Comments

No comments written yet.

Please login to write comment.