Color Hex Logo

#b50247 Color Hex

#B50247
(181,2,71)
0 Favorites   0 Comments

Color spaces of #b50247

RGB 181271
HSL0.940.980.36
HSV337°99°71°
CMYK 0.000.990.61   0.29
XYZ20.215110.32216.8881
Yxy10.32210.54010.2758
Hunter Lab32.128056.08909.7781
CIE-Lab38.414463.912614.1269

#b50247 color RGB value is (181,2,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000010 01000111
Octal 265 2 107
Decimal 181 2 71
Hex B5 2 47

RGB Percentages of Color #b50247

%71.26
%0.79
%27.95

CMYK Percentages of Color #b50247

%0
%99
%61
%29

Triadic Colors of #b50247

#b50247 #47b502 #0247b5

Analogous Colors of #b50247

#b50247 #b51702 #b502a1

Monochromatic Colors of #b50247

#b50247

Complementary Color

#b50247 #02b570

#b50247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50247 Color CSS Codes

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

#b50247 Text Font Color

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

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


#b50247 Background Color

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

This div background color is #b50247


#b50247 Border Color

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

This div border color is #b50247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50247


Comments

No comments written yet.

Please login to write comment.