Color Hex Logo

#b43941 Color Hex

#B43941
(180,57,65)
0 Favorites   0 Comments

Color spaces of #b43941

RGB 1805765
HSL0.990.520.46
HSV356°68°71°
CMYK 0.000.680.64   0.29
XYZ21.239713.01126.3930
Yxy13.01120.52260.3201
Hunter Lab36.071041.981814.7415
CIE-Lab42.780150.054523.6109

#b43941 color RGB value is (180,57,65).

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

The process color (four color CMYK) of #b43941 color hex is 0.00, 0.68, 0.64, 0.29. Web safe color of #b43941 is #cc3333. Color #b43941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111001 01000001
Octal 264 71 101
Decimal 180 57 65
Hex B4 39 41

RGB Percentages of Color #b43941

%59.60
%18.87
%21.52

CMYK Percentages of Color #b43941

%0
%68
%64
%29

Triadic Colors of #b43941

#b43941 #41b439 #3941b4

Analogous Colors of #b43941

#b43941 #b46f39 #b4397f

Monochromatic Colors of #b43941

#b43941

Complementary Color

#b43941 #39b4ac

#b43941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43941 Color CSS Codes

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

#b43941 Text Font Color

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

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


#b43941 Background Color

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

This div background color is #b43941


#b43941 Border Color

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

This div border color is #b43941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43941


Comments

No comments written yet.

Please login to write comment.