Color Hex Logo

#b50173 Color Hex

#B50173
(181,1,115)
0 Favorites   0 Comments

Color spaces of #b50173

RGB 1811115
HSL0.890.990.36
HSV322°99°71°
CMYK 0.000.990.36   0.29
XYZ22.161411.083317.1909
Yxy11.08330.43940.2198
Hunter Lab33.291660.5628-7.3117
CIE-Lab39.720467.5698-12.0263

#b50173 color RGB value is (181,1,115).

#b50173 hex color red value is 181, green value is 1 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b50173 hue: 0.89 , saturation: 0.99 and the lightness value of b50173 is 0.36.

The process color (four color CMYK) of #b50173 color hex is 0.00, 0.99, 0.36, 0.29. Web safe color of #b50173 is #cc0066. Color #b50173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000001 01110011
Octal 265 1 163
Decimal 181 1 115
Hex B5 1 73

RGB Percentages of Color #b50173

%60.94
%0.34
%38.72

CMYK Percentages of Color #b50173

%0
%99
%36
%29

Triadic Colors of #b50173

#b50173 #73b501 #0173b5

Analogous Colors of #b50173

#b50173 #b50119 #9d01b5

Monochromatic Colors of #b50173

#b50173

Complementary Color

#b50173 #01b543

#b50173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50173 Color CSS Codes

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

#b50173 Text Font Color

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

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


#b50173 Background Color

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

This div background color is #b50173


#b50173 Border Color

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

This div border color is #b50173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50173


Comments

No comments written yet.

Please login to write comment.