Color Hex Logo

#b50574 Color Hex

#B50574
(181,5,116)
0 Favorites   0 Comments

Color spaces of #b50574

RGB 1815116
HSL0.890.950.36
HSV322°97°71°
CMYK 0.000.970.36   0.29
XYZ22.262711.193317.5101
Yxy11.19330.43680.2196
Hunter Lab33.456460.2296-7.6112
CIE-Lab39.904167.2460-12.3745

#b50574 color RGB value is (181,5,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000101 01110100
Octal 265 5 164
Decimal 181 5 116
Hex B5 5 74

RGB Percentages of Color #b50574

%59.93
%1.66
%38.41

CMYK Percentages of Color #b50574

%0
%97
%36
%29

Triadic Colors of #b50574

#b50574 #74b505 #0574b5

Analogous Colors of #b50574

#b50574 #b5051c #9e05b5

Monochromatic Colors of #b50574

#b50574

Complementary Color

#b50574 #05b546

#b50574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50574 Color CSS Codes

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

#b50574 Text Font Color

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

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


#b50574 Background Color

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

This div background color is #b50574


#b50574 Border Color

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

This div border color is #b50574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50574


Comments

No comments written yet.

Please login to write comment.