color codes Logo

#b5143c color codes

#B5143C
(181,20,60)
0 Favorites   0 Comments

Color spaces of #b5143c

RGB 1812060
HSL0.960.800.39
HSV345°89°71°
CMYK 0.000.890.67   0.29
XYZ20.121810.65035.2701
Yxy10.65030.55830.2955
Hunter Lab32.634852.947713.2698
CIE-Lab38.985160.992821.9150

#b5143c color RGB value is (181,20,60).

#b5143c hex color red value is 181, green value is 20 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b5143c hue: 0.96 , saturation: 0.80 and the lightness value of b5143c is 0.39.

The process color (four color CMYK) of #b5143c color code is 0.00, 0.89, 0.67, 0.29. Web safe color of #b5143c is #cc0033. Color #b5143c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010100 00111100
Octal 265 24 74
Decimal 181 20 60
Hex B5 14 3C

RGB Percentages of Color #b5143c

%69.35
%7.66
%22.99

CMYK Percentages of Color #b5143c

%0
%89
%67
%29

Triadic Colors of #b5143c

#b5143c #3cb514 #143cb5

Analogous Colors of #b5143c

#b5143c #b53d14 #b5148d

Monochromatic Colors of #b5143c

#b5143c

Complementary Color

#b5143c #14b58d

#b5143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5143c Color CSS Codes

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

#b5143c Text Font Color

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

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


#b5143c Background Color

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

This div background color is #b5143c


#b5143c Border Color

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

This div border color is #b5143c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5143c


Comments

No comments written yet.

Please login to write comment.