Color Hex Logo

#b50750 Color Hex

#B50750
(181,7,80)
0 Favorites   0 Comments

Color spaces of #b50750

RGB 181780
HSL0.930.930.37
HSV335°96°71°
CMYK 0.000.960.56   0.29
XYZ20.580010.55498.5420
Yxy10.55490.51870.2660
Hunter Lab32.488356.21787.1530
CIE-Lab38.820563.94758.9004

#b50750 color RGB value is (181,7,80).

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

The process color (four color CMYK) of #b50750 color hex is 0.00, 0.96, 0.56, 0.29. Web safe color of #b50750 is #cc0066. Color #b50750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000111 01010000
Octal 265 7 120
Decimal 181 7 80
Hex B5 7 50

RGB Percentages of Color #b50750

%67.54
%2.61
%29.85

CMYK Percentages of Color #b50750

%0
%96
%56
%29

Triadic Colors of #b50750

#b50750 #50b507 #0750b5

Analogous Colors of #b50750

#b50750 #b51507 #b507a7

Monochromatic Colors of #b50750

#b50750

Complementary Color

#b50750 #07b56c

#b50750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50750 Color CSS Codes

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

#b50750 Text Font Color

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

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


#b50750 Background Color

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

This div background color is #b50750


#b50750 Border Color

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

This div border color is #b50750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50750


Comments

No comments written yet.

Please login to write comment.