Color Hex Logo

#b14d5d Color Hex

#B14D5D
(177,77,93)
0 Favorites   0 Comments

Color spaces of #b14d5d

RGB 1777793
HSL0.970.390.50
HSV350°56°69°
CMYK 0.000.560.47   0.31
XYZ22.761115.445212.1375
Yxy15.44520.45210.3068
Hunter Lab39.300434.60399.1992
CIE-Lab46.238042.227911.0527

#b14d5d color RGB value is (177,77,93).

#b14d5d hex color red value is 177, green value is 77 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b14d5d hue: 0.97 , saturation: 0.39 and the lightness value of b14d5d is 0.50.

The process color (four color CMYK) of #b14d5d color hex is 0.00, 0.56, 0.47, 0.31. Web safe color of #b14d5d is #996666. Color #b14d5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001101 01011101
Octal 261 115 135
Decimal 177 77 93
Hex B1 4D 5D

RGB Percentages of Color #b14d5d

%51.01
%22.19
%26.80

CMYK Percentages of Color #b14d5d

%0
%56
%47
%31

Triadic Colors of #b14d5d

#b14d5d #5db14d #4d5db1

Analogous Colors of #b14d5d

#b14d5d #b16f4d #b14d8f

Monochromatic Colors of #b14d5d

#b14d5d

Complementary Color

#b14d5d #4db1a1

#b14d5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14d5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14d5d Color CSS Codes

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

#b14d5d Text Font Color

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

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


#b14d5d Background Color

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

This div background color is #b14d5d


#b14d5d Border Color

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

This div border color is #b14d5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,77,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b14d5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b14d5d;
  -webkit-box-shadow: 1px 1px 3px 2px #b14d5d;
  box-shadow:         1px 1px 3px 2px #b14d5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,77,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14d5d


Comments

No comments written yet.

Please login to write comment.