Color Hex Logo

#b12729 Color Hex

#B12729
(177,39,41)
0 Favorites   0 Comments

Color spaces of #b12729

RGB 1773941
HSL1.000.640.42
HSV359°78°69°
CMYK 0.000.780.77   0.31
XYZ19.257210.95823.1980
Yxy10.95820.57630.3280
Hunter Lab33.103245.908717.4444
CIE-Lab39.510054.399733.9996

#b12729 color RGB value is (177,39,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100111 00101001
Octal 261 47 51
Decimal 177 39 41
Hex B1 27 29

RGB Percentages of Color #b12729

%68.87
%15.18
%15.95

CMYK Percentages of Color #b12729

%0
%78
%77
%31

Triadic Colors of #b12729

#b12729 #29b127 #2729b1

Analogous Colors of #b12729

#b12729 #b16a27 #b1276e

Monochromatic Colors of #b12729

#b12729

Complementary Color

#b12729 #27b1af

#b12729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12729 Color CSS Codes

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

#b12729 Text Font Color

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

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


#b12729 Background Color

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

This div background color is #b12729


#b12729 Border Color

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

This div border color is #b12729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12729


Comments

No comments written yet.

Please login to write comment.