Color Hex Logo

#b13e27 Color Hex

#B13E27
(177,62,39)
0 Favorites   0 Comments

Color spaces of #b13e27

RGB 1776239
HSL0.030.640.42
HSV10°78°69°
CMYK 0.000.650.78   0.31
XYZ20.220312.93883.3512
Yxy12.93880.55380.3544
Hunter Lab35.970537.392619.6556
CIE-Lab42.670945.591338.4794

#b13e27 color RGB value is (177,62,39).

#b13e27 hex color red value is 177, green value is 62 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #b13e27 hue: 0.03 , saturation: 0.64 and the lightness value of b13e27 is 0.42.

The process color (four color CMYK) of #b13e27 color hex is 0.00, 0.65, 0.78, 0.31. Web safe color of #b13e27 is #993333. Color #b13e27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111110 00100111
Octal 261 76 47
Decimal 177 62 39
Hex B1 3E 27

RGB Percentages of Color #b13e27

%63.67
%22.30
%14.03

CMYK Percentages of Color #b13e27

%0
%65
%78
%31

Triadic Colors of #b13e27

#b13e27 #27b13e #3e27b1

Analogous Colors of #b13e27

#b13e27 #b18327 #b12755

Monochromatic Colors of #b13e27

#b13e27

Complementary Color

#b13e27 #279ab1

#b13e27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13e27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13e27 Color CSS Codes

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

#b13e27 Text Font Color

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

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


#b13e27 Background Color

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

This div background color is #b13e27


#b13e27 Border Color

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

This div border color is #b13e27


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,62,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b13e27; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b13e27;
  -webkit-box-shadow: 1px 1px 3px 2px #b13e27;
  box-shadow:         1px 1px 3px 2px #b13e27; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,62,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13e27


Comments

No comments written yet.

Please login to write comment.