Color Hex Logo

#b24440 Color Hex

#B24440
(178,68,64)
0 Favorites   0 Comments

Color spaces of #b24440

RGB 1786864
HSL0.010.470.47
HSV64°70°
CMYK 0.000.620.64   0.30
XYZ21.352613.96946.4214
Yxy13.96940.51150.3346
Hunter Lab37.375736.569115.9765
CIE-Lab44.189044.518325.9251

#b24440 color RGB value is (178,68,64).

#b24440 hex color red value is 178, green value is 68 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b24440 hue: 0.01 , saturation: 0.47 and the lightness value of b24440 is 0.47.

The process color (four color CMYK) of #b24440 color hex is 0.00, 0.62, 0.64, 0.30. Web safe color of #b24440 is #993333. Color #b24440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000100 01000000
Octal 262 104 100
Decimal 178 68 64
Hex B2 44 40

RGB Percentages of Color #b24440

%57.42
%21.94
%20.65

CMYK Percentages of Color #b24440

%0
%62
%64
%30

Triadic Colors of #b24440

#b24440 #40b244 #4440b2

Analogous Colors of #b24440

#b24440 #b27d40 #b24075

Monochromatic Colors of #b24440

#b24440

Complementary Color

#b24440 #40aeb2

#b24440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24440 Color CSS Codes

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

#b24440 Text Font Color

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

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


#b24440 Background Color

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

This div background color is #b24440


#b24440 Border Color

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

This div border color is #b24440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24440


Comments

No comments written yet.

Please login to write comment.