Color Hex Logo

#b50635 Color Hex

#B50635
(181,6,53)
0 Favorites   0 Comments

Color spaces of #b50635

RGB 181653
HSL0.960.940.37
HSV344°97°71°
CMYK 0.000.970.71   0.29
XYZ19.763810.21104.2974
Yxy10.21100.57670.2979
Hunter Lab31.954754.480714.3947
CIE-Lab38.218562.519425.3857

#b50635 color RGB value is (181,6,53).

#b50635 hex color red value is 181, green value is 6 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b50635 hue: 0.96 , saturation: 0.94 and the lightness value of b50635 is 0.37.

The process color (four color CMYK) of #b50635 color hex is 0.00, 0.97, 0.71, 0.29. Web safe color of #b50635 is #cc0033. Color #b50635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000110 00110101
Octal 265 6 65
Decimal 181 6 53
Hex B5 6 35

RGB Percentages of Color #b50635

%75.42
%2.50
%22.08

CMYK Percentages of Color #b50635

%0
%97
%71
%29

Triadic Colors of #b50635

#b50635 #35b506 #0635b5

Analogous Colors of #b50635

#b50635 #b52f06 #b5068d

Monochromatic Colors of #b50635

#b50635

Complementary Color

#b50635 #06b586

#b50635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50635 Color CSS Codes

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

#b50635 Text Font Color

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

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


#b50635 Background Color

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

This div background color is #b50635


#b50635 Border Color

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

This div border color is #b50635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50635


Comments

No comments written yet.

Please login to write comment.