Color Hex Logo

#b03147 Color Hex

#B03147
(176,49,71)
0 Favorites   0 Comments

Color spaces of #b03147

RGB 1764971
HSL0.970.560.44
HSV350°72°69°
CMYK 0.000.720.60   0.31
XYZ20.140111.88177.1931
Yxy11.88170.51360.3030
Hunter Lab34.469843.972111.7564
CIE-Lab41.027552.279817.4729

#b03147 color RGB value is (176,49,71).

#b03147 hex color red value is 176, green value is 49 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #b03147 hue: 0.97 , saturation: 0.56 and the lightness value of b03147 is 0.44.

The process color (four color CMYK) of #b03147 color hex is 0.00, 0.72, 0.60, 0.31. Web safe color of #b03147 is #993333. Color #b03147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110001 01000111
Octal 260 61 107
Decimal 176 49 71
Hex B0 31 47

RGB Percentages of Color #b03147

%59.46
%16.55
%23.99

CMYK Percentages of Color #b03147

%0
%72
%60
%31

Triadic Colors of #b03147

#b03147 #47b031 #3147b0

Analogous Colors of #b03147

#b03147 #b05b31 #b03187

Monochromatic Colors of #b03147

#b03147

Complementary Color

#b03147 #31b09a

#b03147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03147 Color CSS Codes

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

#b03147 Text Font Color

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

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


#b03147 Background Color

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

This div background color is #b03147


#b03147 Border Color

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

This div border color is #b03147


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,49,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b03147; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b03147;
  -webkit-box-shadow: 1px 1px 3px 2px #b03147;
  box-shadow:         1px 1px 3px 2px #b03147; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,49,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03147


Comments

No comments written yet.

Please login to write comment.