Color Hex Logo

#b50479 Color Hex

#B50479
(181,4,121)
0 Favorites   0 Comments

Color spaces of #b50479

RGB 1814121
HSL0.890.960.36
HSV320°98°71°
CMYK 0.000.980.33   0.29
XYZ22.550711.291119.0800
Yxy11.29110.42610.2134
Hunter Lab33.602260.9887-10.1445
CIE-Lab40.066567.8696-15.2524

#b50479 color RGB value is (181,4,121).

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

The process color (four color CMYK) of #b50479 color hex is 0.00, 0.98, 0.33, 0.29. Web safe color of #b50479 is #cc0066. Color #b50479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000100 01111001
Octal 265 4 171
Decimal 181 4 121
Hex B5 4 79

RGB Percentages of Color #b50479

%59.15
%1.31
%39.54

CMYK Percentages of Color #b50479

%0
%98
%33
%29

Triadic Colors of #b50479

#b50479 #79b504 #0479b5

Analogous Colors of #b50479

#b50479 #b50420 #9904b5

Monochromatic Colors of #b50479

#b50479

Complementary Color

#b50479 #04b540

#b50479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50479 Color CSS Codes

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

#b50479 Text Font Color

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

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


#b50479 Background Color

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

This div background color is #b50479


#b50479 Border Color

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

This div border color is #b50479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50479


Comments

No comments written yet.

Please login to write comment.