Color Hex Logo

#b24432 Color Hex

#B24432
(178,68,50)
0 Favorites   0 Comments

Color spaces of #b24432

RGB 1786850
HSL0.020.560.45
HSV72°70°
CMYK 0.000.620.72   0.30
XYZ21.002913.82954.5800
Yxy13.82950.53290.3509
Hunter Lab37.188035.733418.7296
CIE-Lab43.987443.718833.8710

#b24432 color RGB value is (178,68,50).

#b24432 hex color red value is 178, green value is 68 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b24432 hue: 0.02 , saturation: 0.56 and the lightness value of b24432 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000100 00110010
Octal 262 104 62
Decimal 178 68 50
Hex B2 44 32

RGB Percentages of Color #b24432

%60.14
%22.97
%16.89

CMYK Percentages of Color #b24432

%0
%62
%72
%30

Triadic Colors of #b24432

#b24432 #32b244 #4432b2

Analogous Colors of #b24432

#b24432 #b28432 #b23260

Monochromatic Colors of #b24432

#b24432

Complementary Color

#b24432 #32a0b2

#b24432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24432 Color CSS Codes

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

#b24432 Text Font Color

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

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


#b24432 Background Color

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

This div background color is #b24432


#b24432 Border Color

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

This div border color is #b24432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24432


Comments

No comments written yet.

Please login to write comment.