Color Hex Logo

#b24849 Color Hex

#B24849
(178,72,73)
0 Favorites   0 Comments

Color spaces of #b24849

RGB 1787273
HSL1.000.420.49
HSV359°60°70°
CMYK 0.000.600.59   0.30
XYZ21.880114.58077.9645
Yxy14.58070.49250.3282
Hunter Lab38.184735.458614.3627
CIE-Lab45.054543.270621.6233

#b24849 color RGB value is (178,72,73).

#b24849 hex color red value is 178, green value is 72 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b24849 hue: 1.00 , saturation: 0.42 and the lightness value of b24849 is 0.49.

The process color (four color CMYK) of #b24849 color hex is 0.00, 0.60, 0.59, 0.30. Web safe color of #b24849 is #993333. Color #b24849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001000 01001001
Octal 262 110 111
Decimal 178 72 73
Hex B2 48 49

RGB Percentages of Color #b24849

%55.11
%22.29
%22.60

CMYK Percentages of Color #b24849

%0
%60
%59
%30

Triadic Colors of #b24849

#b24849 #49b248 #4849b2

Analogous Colors of #b24849

#b24849 #b27c48 #b2487e

Monochromatic Colors of #b24849

#b24849

Complementary Color

#b24849 #48b2b1

#b24849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24849 Color CSS Codes

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

#b24849 Text Font Color

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

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


#b24849 Background Color

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

This div background color is #b24849


#b24849 Border Color

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

This div border color is #b24849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24849


Comments

No comments written yet.

Please login to write comment.