Color Hex Logo

#b50797 Color Hex

#B50797
(181,7,151)
0 Favorites   0 Comments

Color spaces of #b50797

RGB 1817151
HSL0.860.930.37
HSV310°96°71°
CMYK 0.000.960.17   0.29
XYZ24.717912.210130.3322
Yxy12.21010.36750.1815
Hunter Lab34.943065.1169-27.0066
CIE-Lab41.548171.0975-31.3996

#b50797 color RGB value is (181,7,151).

#b50797 hex color red value is 181, green value is 7 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b50797 hue: 0.86 , saturation: 0.93 and the lightness value of b50797 is 0.37.

The process color (four color CMYK) of #b50797 color hex is 0.00, 0.96, 0.17, 0.29. Web safe color of #b50797 is #cc0099. Color #b50797 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000111 10010111
Octal 265 7 227
Decimal 181 7 151
Hex B5 7 97

RGB Percentages of Color #b50797

%53.39
%2.06
%44.54

CMYK Percentages of Color #b50797

%0
%96
%17
%29

Triadic Colors of #b50797

#b50797 #97b507 #0797b5

Analogous Colors of #b50797

#b50797 #b50740 #7c07b5

Monochromatic Colors of #b50797

#b50797

Complementary Color

#b50797 #07b525

#b50797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50797 Color CSS Codes

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

#b50797 Text Font Color

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

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


#b50797 Background Color

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

This div background color is #b50797


#b50797 Border Color

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

This div border color is #b50797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50797


Comments

No comments written yet.

Please login to write comment.