Color Hex Logo

#b42f1a Color Hex

#B42F1A
(180,47,26)
0 Favorites   0 Comments

Color spaces of #b42f1a

RGB 1804726
HSL0.020.750.40
HSV86°71°
CMYK 0.000.740.86   0.29
XYZ20.025411.81092.2016
Yxy11.81090.58830.3470
Hunter Lab34.367043.868420.2587
CIE-Lab40.914052.202143.6410

#b42f1a color RGB value is (180,47,26).

#b42f1a hex color red value is 180, green value is 47 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b42f1a hue: 0.02 , saturation: 0.75 and the lightness value of b42f1a is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101111 00011010
Octal 264 57 32
Decimal 180 47 26
Hex B4 2F 1A

RGB Percentages of Color #b42f1a

%71.15
%18.58
%10.28

CMYK Percentages of Color #b42f1a

%0
%74
%86
%29

Triadic Colors of #b42f1a

#b42f1a #1ab42f #2f1ab4

Analogous Colors of #b42f1a

#b42f1a #b47c1a #b41a52

Monochromatic Colors of #b42f1a

#b42f1a

Complementary Color

#b42f1a #1a9fb4

#b42f1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42f1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42f1a Color CSS Codes

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

#b42f1a Text Font Color

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

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


#b42f1a Background Color

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

This div background color is #b42f1a


#b42f1a Border Color

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

This div border color is #b42f1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42f1a


Comments

No comments written yet.

Please login to write comment.