Color Hex Logo

#b8134d Color Hex

#B8134D
(184,19,77)
0 Favorites   0 Comments

Color spaces of #b8134d

RGB 1841977
HSL0.940.810.40
HSV339°90°72°
CMYK 0.000.900.58   0.28
XYZ21.339611.19198.0567
Yxy11.19190.52580.2757
Hunter Lab33.454355.31539.1394
CIE-Lab39.901862.935912.4179

#b8134d color RGB value is (184,19,77).

#b8134d hex color red value is 184, green value is 19 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b8134d hue: 0.94 , saturation: 0.81 and the lightness value of b8134d is 0.40.

The process color (four color CMYK) of #b8134d color hex is 0.00, 0.90, 0.58, 0.28. Web safe color of #b8134d is #cc0066. Color #b8134d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010011 01001101
Octal 270 23 115
Decimal 184 19 77
Hex B8 13 4D

RGB Percentages of Color #b8134d

%65.71
%6.79
%27.50

CMYK Percentages of Color #b8134d

%0
%90
%58
%28

Triadic Colors of #b8134d

#b8134d #4db813 #134db8

Analogous Colors of #b8134d

#b8134d #b82c13 #b813a0

Monochromatic Colors of #b8134d

#b8134d

Complementary Color

#b8134d #13b87e

#b8134d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8134d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8134d Color CSS Codes

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

#b8134d Text Font Color

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

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


#b8134d Background Color

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

This div background color is #b8134d


#b8134d Border Color

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

This div border color is #b8134d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8134d


Comments

No comments written yet.

Please login to write comment.