Color Hex Logo

#b40824 Color Hex

#B40824
(180,8,36)
0 Favorites   0 Comments

Color spaces of #b40824

RGB 180836
HSL0.970.910.37
HSV350°96°71°
CMYK 0.000.960.80   0.29
XYZ19.227710.00432.5867
Yxy10.00430.60430.3144
Hunter Lab31.629653.158917.2919
CIE-Lab37.850161.404135.3507

#b40824 color RGB value is (180,8,36).

#b40824 hex color red value is 180, green value is 8 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #b40824 hue: 0.97 , saturation: 0.91 and the lightness value of b40824 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001000 00100100
Octal 264 10 44
Decimal 180 8 36
Hex B4 8 24

RGB Percentages of Color #b40824

%80.36
%3.57
%16.07

CMYK Percentages of Color #b40824

%0
%96
%80
%29

Triadic Colors of #b40824

#b40824 #24b408 #0824b4

Analogous Colors of #b40824

#b40824 #b44208 #b4087a

Monochromatic Colors of #b40824

#b40824

Complementary Color

#b40824 #08b498

#b40824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40824 Color CSS Codes

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

#b40824 Text Font Color

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

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


#b40824 Background Color

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

This div background color is #b40824


#b40824 Border Color

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

This div border color is #b40824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40824


Comments

No comments written yet.

Please login to write comment.