Color Hex Logo

#b50025 Color Hex

#B50025
(181,0,37)
0 Favorites   0 Comments

Color spaces of #b50025

RGB 181037
HSL0.971.000.35
HSV348°100°71°
CMYK 0.001.000.80   0.29
XYZ19.39009.95732.6503
Yxy9.95730.60600.3112
Hunter Lab31.555254.462917.1089
CIE-Lab37.765762.591734.7377

#b50025 color RGB value is (181,0,37).

#b50025 hex color red value is 181, green value is 0 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b50025 hue: 0.97 , saturation: 1.00 and the lightness value of b50025 is 0.35.

The process color (four color CMYK) of #b50025 color hex is 0.00, 1.00, 0.80, 0.29. Web safe color of #b50025 is #cc0033. Color #b50025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000000 00100101
Octal 265 0 45
Decimal 181 0 37
Hex B5 0 25

RGB Percentages of Color #b50025

%83.03
%0.00
%16.97

CMYK Percentages of Color #b50025

%0
%100
%80
%29

Triadic Colors of #b50025

#b50025 #25b500 #0025b5

Analogous Colors of #b50025

#b50025 #b53500 #b50080

Monochromatic Colors of #b50025

#b50025

Complementary Color

#b50025 #00b590

#b50025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50025 Color CSS Codes

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

#b50025 Text Font Color

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

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


#b50025 Background Color

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

This div background color is #b50025


#b50025 Border Color

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

This div border color is #b50025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50025


Comments

No comments written yet.

Please login to write comment.