Color Hex Logo

#b41339 Color Hex

#B41339
(180,19,57)
0 Favorites   0 Comments

Color spaces of #b41339

RGB 1801957
HSL0.960.810.39
HSV346°89°71°
CMYK 0.000.890.68   0.29
XYZ19.793810.46454.8475
Yxy10.46450.56380.2981
Hunter Lab32.348952.611013.7596
CIE-Lab38.663560.751023.3633

#b41339 color RGB value is (180,19,57).

#b41339 hex color red value is 180, green value is 19 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b41339 hue: 0.96 , saturation: 0.81 and the lightness value of b41339 is 0.39.

The process color (four color CMYK) of #b41339 color hex is 0.00, 0.89, 0.68, 0.29. Web safe color of #b41339 is #cc0033. Color #b41339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 00111001
Octal 264 23 71
Decimal 180 19 57
Hex B4 13 39

RGB Percentages of Color #b41339

%70.31
%7.42
%22.27

CMYK Percentages of Color #b41339

%0
%89
%68
%29

Triadic Colors of #b41339

#b41339 #39b413 #1339b4

Analogous Colors of #b41339

#b41339 #b43e13 #b4138a

Monochromatic Colors of #b41339

#b41339

Complementary Color

#b41339 #13b48e

#b41339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41339 Color CSS Codes

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

#b41339 Text Font Color

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

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


#b41339 Background Color

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

This div background color is #b41339


#b41339 Border Color

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

This div border color is #b41339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41339


Comments

No comments written yet.

Please login to write comment.