Color Hex Logo

#b61740 Color Hex

#B61740
(182,23,64)
0 Favorites   0 Comments

Color spaces of #b61740

RGB 1822364
HSL0.960.780.40
HSV345°87°71°
CMYK 0.000.870.65   0.29
XYZ20.523210.92805.8781
Yxy10.92800.54980.2927
Hunter Lab33.057552.968012.5977
CIE-Lab39.458960.919020.0304

#b61740 color RGB value is (182,23,64).

#b61740 hex color red value is 182, green value is 23 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b61740 hue: 0.96 , saturation: 0.78 and the lightness value of b61740 is 0.40.

The process color (four color CMYK) of #b61740 color hex is 0.00, 0.87, 0.65, 0.29. Web safe color of #b61740 is #cc0033. Color #b61740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010111 01000000
Octal 266 27 100
Decimal 182 23 64
Hex B6 17 40

RGB Percentages of Color #b61740

%67.66
%8.55
%23.79

CMYK Percentages of Color #b61740

%0
%87
%65
%29

Triadic Colors of #b61740

#b61740 #40b617 #1740b6

Analogous Colors of #b61740

#b61740 #b63e17 #b61790

Monochromatic Colors of #b61740

#b61740

Complementary Color

#b61740 #17b68d

#b61740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61740 Color CSS Codes

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

#b61740 Text Font Color

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

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


#b61740 Background Color

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

This div background color is #b61740


#b61740 Border Color

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

This div border color is #b61740


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,23,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 #b61740">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61740


Comments

No comments written yet.

Please login to write comment.