Color Hex Logo

#b03940 Color Hex

#B03940
(176,57,64)
0 Favorites   0 Comments

Color spaces of #b03940

RGB 1765764
HSL0.990.510.46
HSV356°68°69°
CMYK 0.000.680.64   0.31
XYZ20.293012.52656.1988
Yxy12.52650.52010.3210
Hunter Lab35.392840.408314.3907
CIE-Lab42.041048.663823.1317

#b03940 color RGB value is (176,57,64).

#b03940 hex color red value is 176, green value is 57 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b03940 hue: 0.99 , saturation: 0.51 and the lightness value of b03940 is 0.46.

The process color (four color CMYK) of #b03940 color hex is 0.00, 0.68, 0.64, 0.31. Web safe color of #b03940 is #993333. Color #b03940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111001 01000000
Octal 260 71 100
Decimal 176 57 64
Hex B0 39 40

RGB Percentages of Color #b03940

%59.26
%19.19
%21.55

CMYK Percentages of Color #b03940

%0
%68
%64
%31

Triadic Colors of #b03940

#b03940 #40b039 #3940b0

Analogous Colors of #b03940

#b03940 #b06e39 #b0397c

Monochromatic Colors of #b03940

#b03940

Complementary Color

#b03940 #39b0a9

#b03940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03940 Color CSS Codes

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

#b03940 Text Font Color

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

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


#b03940 Background Color

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

This div background color is #b03940


#b03940 Border Color

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

This div border color is #b03940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03940


Comments

No comments written yet.

Please login to write comment.