Color Hex Logo

#b5042d Color Hex

#B5042D
(181,4,45)
0 Favorites   0 Comments

Color spaces of #b5042d

RGB 181445
HSL0.960.960.36
HSV346°98°71°
CMYK 0.000.980.75   0.29
XYZ19.573110.10013.4005
Yxy10.10010.59180.3054
Hunter Lab31.780754.318615.9025
CIE-Lab38.021562.412730.1574

#b5042d color RGB value is (181,4,45).

#b5042d hex color red value is 181, green value is 4 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b5042d hue: 0.96 , saturation: 0.96 and the lightness value of b5042d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000100 00101101
Octal 265 4 55
Decimal 181 4 45
Hex B5 4 2D

RGB Percentages of Color #b5042d

%78.70
%1.74
%19.57

CMYK Percentages of Color #b5042d

%0
%98
%75
%29

Triadic Colors of #b5042d

#b5042d #2db504 #042db5

Analogous Colors of #b5042d

#b5042d #b53404 #b50486

Monochromatic Colors of #b5042d

#b5042d

Complementary Color

#b5042d #04b58c

#b5042d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5042d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5042d Color CSS Codes

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

#b5042d Text Font Color

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

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


#b5042d Background Color

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

This div background color is #b5042d


#b5042d Border Color

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

This div border color is #b5042d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5042d


Comments

No comments written yet.

Please login to write comment.