Color Hex Logo

#b24144 Color Hex

#B24144
(178,65,68)
0 Favorites   0 Comments

Color spaces of #b24144

RGB 1786568
HSL1.000.470.48
HSV358°63°70°
CMYK 0.000.630.62   0.30
XYZ21.293813.66296.9837
Yxy13.66290.50770.3258
Hunter Lab36.963438.144114.6724
CIE-Lab43.745646.150522.9515

#b24144 color RGB value is (178,65,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000001 01000100
Octal 262 101 104
Decimal 178 65 68
Hex B2 41 44

RGB Percentages of Color #b24144

%57.23
%20.90
%21.86

CMYK Percentages of Color #b24144

%0
%63
%62
%30

Triadic Colors of #b24144

#b24144 #44b241 #4144b2

Analogous Colors of #b24144

#b24144 #b27741 #b2417d

Monochromatic Colors of #b24144

#b24144

Complementary Color

#b24144 #41b2af

#b24144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24144 Color CSS Codes

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

#b24144 Text Font Color

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

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


#b24144 Background Color

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

This div background color is #b24144


#b24144 Border Color

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

This div border color is #b24144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24144


Comments

No comments written yet.

Please login to write comment.