Color Hex Logo

#b50827 Color Hex

#B50827
(181,8,39)
0 Favorites   0 Comments

Color spaces of #b50827

RGB 181839
HSL0.970.920.37
HSV349°96°71°
CMYK 0.000.960.78   0.29
XYZ19.509110.14392.8492
Yxy10.14390.60020.3121
Hunter Lab31.849553.601916.9907
CIE-Lab38.099561.754433.8980

#b50827 color RGB value is (181,8,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001000 00100111
Octal 265 10 47
Decimal 181 8 39
Hex B5 8 27

RGB Percentages of Color #b50827

%79.39
%3.51
%17.11

CMYK Percentages of Color #b50827

%0
%96
%78
%29

Triadic Colors of #b50827

#b50827 #27b508 #0827b5

Analogous Colors of #b50827

#b50827 #b54008 #b5087e

Monochromatic Colors of #b50827

#b50827

Complementary Color

#b50827 #08b596

#b50827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50827 Color CSS Codes

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

#b50827 Text Font Color

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

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


#b50827 Background Color

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

This div background color is #b50827


#b50827 Border Color

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

This div border color is #b50827


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,8,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 #b50827">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50827


Comments

No comments written yet.

Please login to write comment.