Color Hex Logo

#b40948 Color Hex

#B40948
(180,9,72)
0 Favorites   0 Comments

Color spaces of #b40948

RGB 180972
HSL0.940.900.37
HSV338°95°71°
CMYK 0.000.950.60   0.29
XYZ20.089810.36667.0730
Yxy10.36660.53530.2762
Hunter Lab32.197255.03199.5134
CIE-Lab38.492562.958113.5547

#b40948 color RGB value is (180,9,72).

#b40948 hex color red value is 180, green value is 9 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b40948 hue: 0.94 , saturation: 0.90 and the lightness value of b40948 is 0.37.

The process color (four color CMYK) of #b40948 color hex is 0.00, 0.95, 0.60, 0.29. Web safe color of #b40948 is #cc0033. Color #b40948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001001 01001000
Octal 264 11 110
Decimal 180 9 72
Hex B4 9 48

RGB Percentages of Color #b40948

%68.97
%3.45
%27.59

CMYK Percentages of Color #b40948

%0
%95
%60
%29

Triadic Colors of #b40948

#b40948 #48b409 #0948b4

Analogous Colors of #b40948

#b40948 #b42009 #b4099e

Monochromatic Colors of #b40948

#b40948

Complementary Color

#b40948 #09b475

#b40948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40948 Color CSS Codes

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

#b40948 Text Font Color

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

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


#b40948 Background Color

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

This div background color is #b40948


#b40948 Border Color

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

This div border color is #b40948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40948


Comments

No comments written yet.

Please login to write comment.