Color Hex Logo

#b10f37 Color Hex

#B10F37
(177,15,55)
0 Favorites   0 Comments

Color spaces of #b10f37

RGB 1771555
HSL0.960.840.38
HSV345°92°69°
CMYK 0.000.920.69   0.31
XYZ18.99199.96464.5368
Yxy9.96460.56700.2975
Hunter Lab31.566852.151413.5755
CIE-Lab37.778860.506823.3859

#b10f37 color RGB value is (177,15,55).

#b10f37 hex color red value is 177, green value is 15 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b10f37 hue: 0.96 , saturation: 0.84 and the lightness value of b10f37 is 0.38.

The process color (four color CMYK) of #b10f37 color hex is 0.00, 0.92, 0.69, 0.31. Web safe color of #b10f37 is #990033. Color #b10f37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001111 00110111
Octal 261 17 67
Decimal 177 15 55
Hex B1 F 37

RGB Percentages of Color #b10f37

%71.66
%6.07
%22.27

CMYK Percentages of Color #b10f37

%0
%92
%69
%31

Triadic Colors of #b10f37

#b10f37 #37b10f #0f37b1

Analogous Colors of #b10f37

#b10f37 #b1380f #b10f88

Monochromatic Colors of #b10f37

#b10f37

Complementary Color

#b10f37 #0fb189

#b10f37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10f37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10f37 Color CSS Codes

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

#b10f37 Text Font Color

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

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


#b10f37 Background Color

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

This div background color is #b10f37


#b10f37 Border Color

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

This div border color is #b10f37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10f37


Comments

No comments written yet.

Please login to write comment.