Color Hex Logo

#b0053e Color Hex

#B0053E
(176,5,62)
0 Favorites   0 Comments

Color spaces of #b0053e

RGB 176562
HSL0.940.940.35
HSV340°97°69°
CMYK 0.000.970.65   0.31
XYZ18.82839.68645.4347
Yxy9.68640.55460.2853
Hunter Lab31.123053.520911.4329
CIE-Lab37.273661.842618.2131

#b0053e color RGB value is (176,5,62).

#b0053e hex color red value is 176, green value is 5 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b0053e hue: 0.94 , saturation: 0.94 and the lightness value of b0053e is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000101 00111110
Octal 260 5 76
Decimal 176 5 62
Hex B0 5 3E

RGB Percentages of Color #b0053e

%72.43
%2.06
%25.51

CMYK Percentages of Color #b0053e

%0
%97
%65
%31

Triadic Colors of #b0053e

#b0053e #3eb005 #053eb0

Analogous Colors of #b0053e

#b0053e #b02205 #b00594

Monochromatic Colors of #b0053e

#b0053e

Complementary Color

#b0053e #05b077

#b0053e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0053e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0053e Color CSS Codes

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

#b0053e Text Font Color

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

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


#b0053e Background Color

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

This div background color is #b0053e


#b0053e Border Color

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

This div border color is #b0053e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,5,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0053e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0053e;
  -webkit-box-shadow: 1px 1px 3px 2px #b0053e;
  box-shadow:         1px 1px 3px 2px #b0053e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,5,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0053e


Comments

No comments written yet.

Please login to write comment.