Color Hex Logo

#b42939 Color Hex

#B42939
(180,41,57)
0 Favorites   0 Comments

Color spaces of #b42939

RGB 1804157
HSL0.980.630.43
HSV353°77°71°
CMYK 0.000.770.68   0.29
XYZ20.353811.58465.0342
Yxy11.58460.55050.3133
Hunter Lab34.036247.180715.0559
CIE-Lab40.548155.396525.7140

#b42939 color RGB value is (180,41,57).

#b42939 hex color red value is 180, green value is 41 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b42939 hue: 0.98 , saturation: 0.63 and the lightness value of b42939 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101001 00111001
Octal 264 51 71
Decimal 180 41 57
Hex B4 29 39

RGB Percentages of Color #b42939

%64.75
%14.75
%20.50

CMYK Percentages of Color #b42939

%0
%77
%68
%29

Triadic Colors of #b42939

#b42939 #39b429 #2939b4

Analogous Colors of #b42939

#b42939 #b45f29 #b4297f

Monochromatic Colors of #b42939

#b42939

Complementary Color

#b42939 #29b4a4

#b42939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42939 Color CSS Codes

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

#b42939 Text Font Color

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

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


#b42939 Background Color

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

This div background color is #b42939


#b42939 Border Color

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

This div border color is #b42939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42939


Comments

No comments written yet.

Please login to write comment.