Color Hex Logo

#b42518 Color Hex

#B42518
(180,37,24)
0 Favorites   0 Comments

Color spaces of #b42518

RGB 1803724
HSL0.010.760.40
HSV87°71°
CMYK 0.000.790.87   0.29
XYZ19.648811.09241.9696
Yxy11.09240.60070.3391
Hunter Lab33.305347.023819.8074
CIE-Lab39.735755.404243.5948

#b42518 color RGB value is (180,37,24).

#b42518 hex color red value is 180, green value is 37 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #b42518 hue: 0.01 , saturation: 0.76 and the lightness value of b42518 is 0.40.

The process color (four color CMYK) of #b42518 color hex is 0.00, 0.79, 0.87, 0.29. Web safe color of #b42518 is #cc3300. Color #b42518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100101 00011000
Octal 264 45 30
Decimal 180 37 24
Hex B4 25 18

RGB Percentages of Color #b42518

%74.69
%15.35
%9.96

CMYK Percentages of Color #b42518

%0
%79
%87
%29

Triadic Colors of #b42518

#b42518 #18b425 #2518b4

Analogous Colors of #b42518

#b42518 #b47318 #b41859

Monochromatic Colors of #b42518

#b42518

Complementary Color

#b42518 #18a7b4

#b42518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42518 Color CSS Codes

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

#b42518 Text Font Color

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

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


#b42518 Background Color

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

This div background color is #b42518


#b42518 Border Color

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

This div border color is #b42518


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,37,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b42518; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b42518;
  -webkit-box-shadow: 1px 1px 3px 2px #b42518;
  box-shadow:         1px 1px 3px 2px #b42518; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,37,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42518


Comments

No comments written yet.

Please login to write comment.