Color Hex Logo

#b54957 Color Hex

#B54957
(181,73,87)
0 Favorites   0 Comments

Color spaces of #b54957

RGB 1817387
HSL0.980.430.50
HSV352°60°71°
CMYK 0.000.600.52   0.29
XYZ23.158915.277010.7450
Yxy15.27700.47090.3106
Hunter Lab39.085837.363711.0608
CIE-Lab46.011345.003714.4933

#b54957 color RGB value is (181,73,87).

#b54957 hex color red value is 181, green value is 73 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #b54957 hue: 0.98 , saturation: 0.43 and the lightness value of b54957 is 0.50.

The process color (four color CMYK) of #b54957 color hex is 0.00, 0.60, 0.52, 0.29. Web safe color of #b54957 is #cc3366. Color #b54957 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001001 01010111
Octal 265 111 127
Decimal 181 73 87
Hex B5 49 57

RGB Percentages of Color #b54957

%53.08
%21.41
%25.51

CMYK Percentages of Color #b54957

%0
%60
%52
%29

Triadic Colors of #b54957

#b54957 #57b549 #4957b5

Analogous Colors of #b54957

#b54957 #b57149 #b5498d

Monochromatic Colors of #b54957

#b54957

Complementary Color

#b54957 #49b5a7

#b54957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54957 Color CSS Codes

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

#b54957 Text Font Color

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

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


#b54957 Background Color

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

This div background color is #b54957


#b54957 Border Color

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

This div border color is #b54957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54957


Comments

No comments written yet.

Please login to write comment.