Color Hex Logo

#b42124 Color Hex

#B42124
(180,33,36)
0 Favorites   0 Comments

Color spaces of #b42124

RGB 1803336
HSL1.000.690.42
HSV359°82°71°
CMYK 0.000.820.80   0.29
XYZ19.684710.91842.7390
Yxy10.91840.59040.3275
Hunter Lab33.043048.512518.2154
CIE-Lab39.442756.846936.9895

#b42124 color RGB value is (180,33,36).

#b42124 hex color red value is 180, green value is 33 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #b42124 hue: 1.00 , saturation: 0.69 and the lightness value of b42124 is 0.42.

The process color (four color CMYK) of #b42124 color hex is 0.00, 0.82, 0.80, 0.29. Web safe color of #b42124 is #cc3333. Color #b42124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 00100100
Octal 264 41 44
Decimal 180 33 36
Hex B4 21 24

RGB Percentages of Color #b42124

%72.29
%13.25
%14.46

CMYK Percentages of Color #b42124

%0
%82
%80
%29

Triadic Colors of #b42124

#b42124 #24b421 #2124b4

Analogous Colors of #b42124

#b42124 #b46821 #b4216e

Monochromatic Colors of #b42124

#b42124

Complementary Color

#b42124 #21b4b1

#b42124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42124 Color CSS Codes

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

#b42124 Text Font Color

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

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


#b42124 Background Color

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

This div background color is #b42124


#b42124 Border Color

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

This div border color is #b42124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42124


Comments

No comments written yet.

Please login to write comment.