Color Hex Logo

#b5413c Color Hex

#B5413C
(181,65,60)
0 Favorites   0 Comments

Color spaces of #b5413c

RGB 1816560
HSL0.010.500.47
HSV67°71°
CMYK 0.000.640.67   0.29
XYZ21.762013.93065.8169
Yxy13.93060.52430.3356
Hunter Lab37.323738.759916.8863
CIE-Lab44.133246.689028.3528

#b5413c color RGB value is (181,65,60).

#b5413c hex color red value is 181, green value is 65 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b5413c hue: 0.01 , saturation: 0.50 and the lightness value of b5413c is 0.47.

The process color (four color CMYK) of #b5413c color hex is 0.00, 0.64, 0.67, 0.29. Web safe color of #b5413c is #cc3333. Color #b5413c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000001 00111100
Octal 265 101 74
Decimal 181 65 60
Hex B5 41 3C

RGB Percentages of Color #b5413c

%59.15
%21.24
%19.61

CMYK Percentages of Color #b5413c

%0
%64
%67
%29

Triadic Colors of #b5413c

#b5413c #3cb541 #413cb5

Analogous Colors of #b5413c

#b5413c #b57e3c #b53c74

Monochromatic Colors of #b5413c

#b5413c

Complementary Color

#b5413c #3cb0b5

#b5413c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5413c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5413c Color CSS Codes

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

#b5413c Text Font Color

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

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


#b5413c Background Color

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

This div background color is #b5413c


#b5413c Border Color

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

This div border color is #b5413c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5413c


Comments

No comments written yet.

Please login to write comment.