Color Hex Logo

#b41237 Color Hex

#B41237
(180,18,55)
0 Favorites   0 Comments

Color spaces of #b41237

RGB 1801855
HSL0.960.820.39
HSV346°90°71°
CMYK 0.000.900.69   0.29
XYZ19.728310.41174.5843
Yxy10.41170.56810.2998
Hunter Lab32.267252.668214.1635
CIE-Lab38.571460.820724.5113

#b41237 color RGB value is (180,18,55).

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

The process color (four color CMYK) of #b41237 color hex is 0.00, 0.90, 0.69, 0.29. Web safe color of #b41237 is #cc0033. Color #b41237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010010 00110111
Octal 264 22 67
Decimal 180 18 55
Hex B4 12 37

RGB Percentages of Color #b41237

%71.15
%7.11
%21.74

CMYK Percentages of Color #b41237

%0
%90
%69
%29

Triadic Colors of #b41237

#b41237 #37b412 #1237b4

Analogous Colors of #b41237

#b41237 #b43e12 #b41288

Monochromatic Colors of #b41237

#b41237

Complementary Color

#b41237 #12b48f

#b41237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41237 Color CSS Codes

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

#b41237 Text Font Color

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

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


#b41237 Background Color

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

This div background color is #b41237


#b41237 Border Color

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

This div border color is #b41237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41237


Comments

No comments written yet.

Please login to write comment.