Color Hex Logo

#b03505 Color Hex

#B03505
(176,53,5)
0 Favorites   0 Comments

Color spaces of #b03505

RGB 176535
HSL0.050.940.35
HSV17°97°69°
CMYK 0.000.700.97   0.31
XYZ19.205011.78731.4065
Yxy11.78730.59280.3638
Hunter Lab34.332639.767321.6039
CIE-Lab40.876148.245951.1351

#b03505 color RGB value is (176,53,5).

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

The process color (four color CMYK) of #b03505 color hex is 0.00, 0.70, 0.97, 0.31. Web safe color of #b03505 is #993300. Color #b03505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 00000101
Octal 260 65 5
Decimal 176 53 5
Hex B0 35 5

RGB Percentages of Color #b03505

%75.21
%22.65
%2.14

CMYK Percentages of Color #b03505

%0
%70
%97
%31

Triadic Colors of #b03505

#b03505 #05b035 #3505b0

Analogous Colors of #b03505

#b03505 #b08b05 #b0052a

Monochromatic Colors of #b03505

#b03505

Complementary Color

#b03505 #0580b0

#b03505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03505 Color CSS Codes

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

#b03505 Text Font Color

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

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


#b03505 Background Color

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

This div background color is #b03505


#b03505 Border Color

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

This div border color is #b03505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03505


Comments

No comments written yet.

Please login to write comment.