Color Hex Logo

#b5052d Color Hex

#B5052D
(181,5,45)
0 Favorites   0 Comments

Color spaces of #b5052d

RGB 181545
HSL0.960.950.36
HSV346°97°71°
CMYK 0.000.970.75   0.29
XYZ19.584010.12183.4041
Yxy10.12180.59150.3057
Hunter Lab31.814854.202115.9265
CIE-Lab38.060162.300930.2018

#b5052d color RGB value is (181,5,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000101 00101101
Octal 265 5 55
Decimal 181 5 45
Hex B5 5 2D

RGB Percentages of Color #b5052d

%78.35
%2.16
%19.48

CMYK Percentages of Color #b5052d

%0
%97
%75
%29

Triadic Colors of #b5052d

#b5052d #2db505 #052db5

Analogous Colors of #b5052d

#b5052d #b53505 #b50585

Monochromatic Colors of #b5052d

#b5052d

Complementary Color

#b5052d #05b58d

#b5052d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5052d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5052d Color CSS Codes

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

#b5052d Text Font Color

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

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


#b5052d Background Color

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

This div background color is #b5052d


#b5052d Border Color

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

This div border color is #b5052d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5052d


Comments

No comments written yet.

Please login to write comment.