Color Hex Logo

#b5424e Color Hex

#B5424E
(181,66,78)
0 Favorites   0 Comments

Color spaces of #b5424e

RGB 1816678
HSL0.980.470.48
HSV354°64°71°
CMYK 0.000.640.57   0.29
XYZ22.379414.27028.7826
Yxy14.27020.49260.3141
Hunter Lab37.775939.640012.6587
CIE-Lab44.618047.465518.0997

#b5424e color RGB value is (181,66,78).

#b5424e hex color red value is 181, green value is 66 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b5424e hue: 0.98 , saturation: 0.47 and the lightness value of b5424e is 0.48.

The process color (four color CMYK) of #b5424e color hex is 0.00, 0.64, 0.57, 0.29. Web safe color of #b5424e is #cc3366. Color #b5424e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000010 01001110
Octal 265 102 116
Decimal 181 66 78
Hex B5 42 4E

RGB Percentages of Color #b5424e

%55.69
%20.31
%24.00

CMYK Percentages of Color #b5424e

%0
%64
%57
%29

Triadic Colors of #b5424e

#b5424e #4eb542 #424eb5

Analogous Colors of #b5424e

#b5424e #b57042 #b54288

Monochromatic Colors of #b5424e

#b5424e

Complementary Color

#b5424e #42b5a9

#b5424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5424e Color CSS Codes

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

#b5424e Text Font Color

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

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


#b5424e Background Color

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

This div background color is #b5424e


#b5424e Border Color

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

This div border color is #b5424e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5424e


Comments

No comments written yet.

Please login to write comment.