Color Hex Logo

#b84132 Color Hex

#B84132
(184,65,50)
0 Favorites   0 Comments

Color spaces of #b84132

RGB 1846550
HSL0.020.570.46
HSV73°72°
CMYK 0.000.650.73   0.28
XYZ22.233214.20124.5869
Yxy14.20120.54200.3462
Hunter Lab37.684539.364119.1624
CIE-Lab44.520147.213534.7545

#b84132 color RGB value is (184,65,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000001 00110010
Octal 270 101 62
Decimal 184 65 50
Hex B8 41 32

RGB Percentages of Color #b84132

%61.54
%21.74
%16.72

CMYK Percentages of Color #b84132

%0
%65
%73
%28

Triadic Colors of #b84132

#b84132 #32b841 #4132b8

Analogous Colors of #b84132

#b84132 #b88432 #b83266

Monochromatic Colors of #b84132

#b84132

Complementary Color

#b84132 #32a9b8

#b84132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84132 Color CSS Codes

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

#b84132 Text Font Color

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

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


#b84132 Background Color

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

This div background color is #b84132


#b84132 Border Color

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

This div border color is #b84132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84132


Comments

No comments written yet.

Please login to write comment.