Color Hex Logo

#b42611 Color Hex

#B42611
(180,38,17)
0 Favorites   0 Comments

Color spaces of #b42611

RGB 1803817
HSL0.020.830.39
HSV91°71°
CMYK 0.000.790.91   0.29
XYZ19.616711.13001.6447
Yxy11.13000.60560.3436
Hunter Lab33.361746.575420.4302
CIE-Lab39.798654.971946.7651

#b42611 color RGB value is (180,38,17).

#b42611 hex color red value is 180, green value is 38 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b42611 hue: 0.02 , saturation: 0.83 and the lightness value of b42611 is 0.39.

The process color (four color CMYK) of #b42611 color hex is 0.00, 0.79, 0.91, 0.29. Web safe color of #b42611 is #cc3300. Color #b42611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100110 00010001
Octal 264 46 21
Decimal 180 38 17
Hex B4 26 11

RGB Percentages of Color #b42611

%76.60
%16.17
%7.23

CMYK Percentages of Color #b42611

%0
%79
%91
%29

Triadic Colors of #b42611

#b42611 #11b426 #2611b4

Analogous Colors of #b42611

#b42611 #b47811 #b4114d

Monochromatic Colors of #b42611

#b42611

Complementary Color

#b42611 #119fb4

#b42611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42611 Color CSS Codes

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

#b42611 Text Font Color

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

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


#b42611 Background Color

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

This div background color is #b42611


#b42611 Border Color

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

This div border color is #b42611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42611


Comments

No comments written yet.

Please login to write comment.