Color Hex Logo

#b52424 Color Hex

#B52424
(181,36,36)
0 Favorites   0 Comments

Color spaces of #b52424

RGB 1813636
HSL0.000.670.43
HSV80°71°
CMYK 0.000.800.80   0.29
XYZ20.005411.21292.7790
Yxy11.21290.58840.3298
Hunter Lab33.485748.041618.5194
CIE-Lab39.936856.315237.5575

#b52424 color RGB value is (181,36,36).

#b52424 hex color red value is 181, green value is 36 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #b52424 hue: 0.00 , saturation: 0.67 and the lightness value of b52424 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100100 00100100
Octal 265 44 44
Decimal 181 36 36
Hex B5 24 24

RGB Percentages of Color #b52424

%71.54
%14.23
%14.23

CMYK Percentages of Color #b52424

%0
%80
%80
%29

Triadic Colors of #b52424

#b52424 #24b524 #2424b5

Analogous Colors of #b52424

#b52424 #b56d24 #b5246d

Monochromatic Colors of #b52424

#b52424

Complementary Color

#b52424 #24b5b5

#b52424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52424 Color CSS Codes

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

#b52424 Text Font Color

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

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


#b52424 Background Color

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

This div background color is #b52424


#b52424 Border Color

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

This div border color is #b52424


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,36,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 #b52424">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52424


Comments

No comments written yet.

Please login to write comment.