Color Hex Logo

#b50327 Color Hex

#B50327
(181,3,39)
0 Favorites   0 Comments

Color spaces of #b50327

RGB 181339
HSL0.970.970.36
HSV348°98°71°
CMYK 0.000.980.78   0.29
XYZ19.454810.03542.8311
Yxy10.03540.60190.3105
Hunter Lab31.678754.184316.8764
CIE-Lab37.905962.314933.6903

#b50327 color RGB value is (181,3,39).

#b50327 hex color red value is 181, green value is 3 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #b50327 hue: 0.97 , saturation: 0.97 and the lightness value of b50327 is 0.36.

The process color (four color CMYK) of #b50327 color hex is 0.00, 0.98, 0.78, 0.29. Web safe color of #b50327 is #cc0033. Color #b50327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000011 00100111
Octal 265 3 47
Decimal 181 3 39
Hex B5 3 27

RGB Percentages of Color #b50327

%81.17
%1.35
%17.49

CMYK Percentages of Color #b50327

%0
%98
%78
%29

Triadic Colors of #b50327

#b50327 #27b503 #0327b5

Analogous Colors of #b50327

#b50327 #b53803 #b50380

Monochromatic Colors of #b50327

#b50327

Complementary Color

#b50327 #03b591

#b50327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50327 Color CSS Codes

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

#b50327 Text Font Color

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

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


#b50327 Background Color

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

This div background color is #b50327


#b50327 Border Color

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

This div border color is #b50327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50327


Comments

No comments written yet.

Please login to write comment.