Color Hex Logo

#b50447 Color Hex

#B50447
(181,4,71)
0 Favorites   0 Comments

Color spaces of #b50447

RGB 181471
HSL0.940.960.36
HSV337°98°71°
CMYK 0.000.980.61   0.29
XYZ20.236810.36556.8954
Yxy10.36550.53970.2764
Hunter Lab32.195555.85589.8385
CIE-Lab38.490663.691114.2300

#b50447 color RGB value is (181,4,71).

#b50447 hex color red value is 181, green value is 4 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #b50447 hue: 0.94 , saturation: 0.96 and the lightness value of b50447 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000100 01000111
Octal 265 4 107
Decimal 181 4 71
Hex B5 4 47

RGB Percentages of Color #b50447

%70.70
%1.56
%27.73

CMYK Percentages of Color #b50447

%0
%98
%61
%29

Triadic Colors of #b50447

#b50447 #47b504 #0447b5

Analogous Colors of #b50447

#b50447 #b51a04 #b504a0

Monochromatic Colors of #b50447

#b50447

Complementary Color

#b50447 #04b572

#b50447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50447 Color CSS Codes

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

#b50447 Text Font Color

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

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


#b50447 Background Color

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

This div background color is #b50447


#b50447 Border Color

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

This div border color is #b50447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50447


Comments

No comments written yet.

Please login to write comment.