Color Hex Logo

#b40a49 Color Hex

#B40A49
(180,10,73)
0 Favorites   0 Comments

Color spaces of #b40a49

RGB 1801073
HSL0.940.890.37
HSV338°94°71°
CMYK 0.000.940.59   0.29
XYZ20.133510.40147.2498
Yxy10.40140.53280.2753
Hunter Lab32.251254.99289.2479
CIE-Lab38.553462.911412.9954

#b40a49 color RGB value is (180,10,73).

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

The process color (four color CMYK) of #b40a49 color hex is 0.00, 0.94, 0.59, 0.29. Web safe color of #b40a49 is #cc0033. Color #b40a49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001010 01001001
Octal 264 12 111
Decimal 180 10 73
Hex B4 A 49

RGB Percentages of Color #b40a49

%68.44
%3.80
%27.76

CMYK Percentages of Color #b40a49

%0
%94
%59
%29

Triadic Colors of #b40a49

#b40a49 #49b40a #0a49b4

Analogous Colors of #b40a49

#b40a49 #b4200a #b40a9e

Monochromatic Colors of #b40a49

#b40a49

Complementary Color

#b40a49 #0ab475

#b40a49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40a49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40a49 Color CSS Codes

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

#b40a49 Text Font Color

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

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


#b40a49 Background Color

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

This div background color is #b40a49


#b40a49 Border Color

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

This div border color is #b40a49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40a49


Comments

No comments written yet.

Please login to write comment.