Color Hex Logo

#b10620 Color Hex

#B10620
(177,6,32)
0 Favorites   0 Comments

Color spaces of #b10620

RGB 177632
HSL0.970.930.36
HSV351°97°69°
CMYK 0.000.970.82   0.31
XYZ18.45739.58162.2431
Yxy9.58160.60950.3164
Hunter Lab30.954252.265917.3714
CIE-Lab37.080860.746636.6918

#b10620 color RGB value is (177,6,32).

#b10620 hex color red value is 177, green value is 6 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b10620 hue: 0.97 , saturation: 0.93 and the lightness value of b10620 is 0.36.

The process color (four color CMYK) of #b10620 color hex is 0.00, 0.97, 0.82, 0.31. Web safe color of #b10620 is #990033. Color #b10620 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000110 00100000
Octal 261 6 40
Decimal 177 6 32
Hex B1 6 20

RGB Percentages of Color #b10620

%82.33
%2.79
%14.88

CMYK Percentages of Color #b10620

%0
%97
%82
%31

Triadic Colors of #b10620

#b10620 #20b106 #0620b1

Analogous Colors of #b10620

#b10620 #b14206 #b10676

Monochromatic Colors of #b10620

#b10620

Complementary Color

#b10620 #06b197

#b10620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10620 Color CSS Codes

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

#b10620 Text Font Color

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

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


#b10620 Background Color

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

This div background color is #b10620


#b10620 Border Color

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

This div border color is #b10620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10620


Comments

No comments written yet.

Please login to write comment.