Color Hex Logo

#b32511 Color Hex

#B32511
(179,37,17)
0 Favorites   0 Comments

Color spaces of #b32511

RGB 1793717
HSL0.020.830.38
HSV91°70°
CMYK 0.000.790.91   0.30
XYZ19.353210.94731.6233
Yxy10.94730.60620.3429
Hunter Lab33.086746.507220.2518
CIE-Lab39.491654.966246.4512

#b32511 color RGB value is (179,37,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100101 00010001
Octal 263 45 21
Decimal 179 37 17
Hex B3 25 11

RGB Percentages of Color #b32511

%76.82
%15.88
%7.30

CMYK Percentages of Color #b32511

%0
%79
%91
%30

Triadic Colors of #b32511

#b32511 #11b325 #2511b3

Analogous Colors of #b32511

#b32511 #b37611 #b3114e

Monochromatic Colors of #b32511

#b32511

Complementary Color

#b32511 #119fb3

#b32511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32511 Color CSS Codes

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

#b32511 Text Font Color

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

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


#b32511 Background Color

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

This div background color is #b32511


#b32511 Border Color

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

This div border color is #b32511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32511


Comments

No comments written yet.

Please login to write comment.