Color Hex Logo

#b24e34 Color Hex

#B24E34
(178,78,52)
0 Favorites   0 Comments

Color spaces of #b24e34

RGB 1787852
HSL0.030.550.45
HSV12°71°70°
CMYK 0.000.560.71   0.30
XYZ21.704315.16175.0314
Yxy15.16170.51800.3619
Hunter Lab38.938031.355519.5954
CIE-Lab45.854938.997634.8769

#b24e34 color RGB value is (178,78,52).

#b24e34 hex color red value is 178, green value is 78 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b24e34 hue: 0.03 , saturation: 0.55 and the lightness value of b24e34 is 0.45.

The process color (four color CMYK) of #b24e34 color hex is 0.00, 0.56, 0.71, 0.30. Web safe color of #b24e34 is #996633. Color #b24e34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001110 00110100
Octal 262 116 64
Decimal 178 78 52
Hex B2 4E 34

RGB Percentages of Color #b24e34

%57.79
%25.32
%16.88

CMYK Percentages of Color #b24e34

%0
%56
%71
%30

Triadic Colors of #b24e34

#b24e34 #34b24e #4e34b2

Analogous Colors of #b24e34

#b24e34 #b28d34 #b23459

Monochromatic Colors of #b24e34

#b24e34

Complementary Color

#b24e34 #3498b2

#b24e34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24e34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24e34 Color CSS Codes

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

#b24e34 Text Font Color

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

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


#b24e34 Background Color

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

This div background color is #b24e34


#b24e34 Border Color

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

This div border color is #b24e34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24e34


Comments

No comments written yet.

Please login to write comment.