Color Hex Logo

#b40337 Color Hex

#B40337
(180,3,55)
0 Favorites   0 Comments

Color spaces of #b40337

RGB 180355
HSL0.950.970.36
HSV342°98°71°
CMYK 0.000.980.69   0.29
XYZ19.544510.04434.5231
Yxy10.04430.57300.2945
Hunter Lab31.692754.616313.7232
CIE-Lab37.921862.698423.7023

#b40337 color RGB value is (180,3,55).

#b40337 hex color red value is 180, green value is 3 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b40337 hue: 0.95 , saturation: 0.97 and the lightness value of b40337 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000011 00110111
Octal 264 3 67
Decimal 180 3 55
Hex B4 3 37

RGB Percentages of Color #b40337

%75.63
%1.26
%23.11

CMYK Percentages of Color #b40337

%0
%98
%69
%29

Triadic Colors of #b40337

#b40337 #37b403 #0337b4

Analogous Colors of #b40337

#b40337 #b42703 #b40390

Monochromatic Colors of #b40337

#b40337

Complementary Color

#b40337 #03b480

#b40337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40337 Color CSS Codes

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

#b40337 Text Font Color

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

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


#b40337 Background Color

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

This div background color is #b40337


#b40337 Border Color

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

This div border color is #b40337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40337


Comments

No comments written yet.

Please login to write comment.