Color Hex Logo

#b12739 Color Hex

#B12739
(177,39,57)
0 Favorites   0 Comments

Color spaces of #b12739

RGB 1773957
HSL0.980.640.42
HSV352°78°69°
CMYK 0.000.780.68   0.31
XYZ19.595511.09364.9794
Yxy11.09360.54940.3110
Hunter Lab33.307146.729314.4511
CIE-Lab39.737755.127924.5781

#b12739 color RGB value is (177,39,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100111 00111001
Octal 261 47 71
Decimal 177 39 57
Hex B1 27 39

RGB Percentages of Color #b12739

%64.84
%14.29
%20.88

CMYK Percentages of Color #b12739

%0
%78
%68
%31

Triadic Colors of #b12739

#b12739 #39b127 #2739b1

Analogous Colors of #b12739

#b12739 #b15a27 #b1277e

Monochromatic Colors of #b12739

#b12739

Complementary Color

#b12739 #27b19f

#b12739 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12739 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12739 Color CSS Codes

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

#b12739 Text Font Color

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

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


#b12739 Background Color

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

This div background color is #b12739


#b12739 Border Color

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

This div border color is #b12739


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12739


Comments

No comments written yet.

Please login to write comment.