Color Hex Logo

#b24950 Color Hex

#B24950
(178,73,80)
1 Favorites   0 Comments

Color spaces of #b24950

RGB 1787380
HSL0.990.420.49
HSV356°59°70°
CMYK 0.000.590.55   0.30
XYZ22.190614.80939.2783
Yxy14.80930.47950.3200
Hunter Lab38.482935.584512.6430
CIE-Lab45.371943.345117.8035

#b24950 color RGB value is (178,73,80).

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

The process color (four color CMYK) of #b24950 color hex is 0.00, 0.59, 0.55, 0.30. Web safe color of #b24950 is #993366. Color #b24950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001001 01010000
Octal 262 111 120
Decimal 178 73 80
Hex B2 49 50

RGB Percentages of Color #b24950

%53.78
%22.05
%24.17

CMYK Percentages of Color #b24950

%0
%59
%55
%30

Triadic Colors of #b24950

#b24950 #50b249 #4950b2

Analogous Colors of #b24950

#b24950 #b27749 #b24985

Monochromatic Colors of #b24950

#b24950

Complementary Color

#b24950 #49b2ab

#b24950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24950 Color CSS Codes

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

#b24950 Text Font Color

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

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


#b24950 Background Color

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

This div background color is #b24950


#b24950 Border Color

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

This div border color is #b24950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24950


Comments

No comments written yet.

Please login to write comment.