Color Hex Logo

#b12f39 Color Hex

#B12F39
(177,47,57)
0 Favorites   0 Comments

Color spaces of #b12f39

RGB 1774757
HSL0.990.580.44
HSV355°73°69°
CMYK 0.000.730.68   0.31
XYZ19.886511.67555.0764
Yxy11.67550.54280.3187
Hunter Lab34.169444.089915.1102
CIE-Lab40.695752.453725.7684

#b12f39 color RGB value is (177,47,57).

#b12f39 hex color red value is 177, green value is 47 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b12f39 hue: 0.99 , saturation: 0.58 and the lightness value of b12f39 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101111 00111001
Octal 261 57 71
Decimal 177 47 57
Hex B1 2F 39

RGB Percentages of Color #b12f39

%62.99
%16.73
%20.28

CMYK Percentages of Color #b12f39

%0
%73
%68
%31

Triadic Colors of #b12f39

#b12f39 #39b12f #2f39b1

Analogous Colors of #b12f39

#b12f39 #b1662f #b12f7a

Monochromatic Colors of #b12f39

#b12f39

Complementary Color

#b12f39 #2fb1a7

#b12f39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12f39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12f39 Color CSS Codes

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

#b12f39 Text Font Color

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

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


#b12f39 Background Color

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

This div background color is #b12f39


#b12f39 Border Color

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

This div border color is #b12f39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12f39


Comments

No comments written yet.

Please login to write comment.