Color Hex Logo

#b03417 Color Hex

#B03417
(176,52,23)
0 Favorites   0 Comments

Color spaces of #b03417

RGB 1765223
HSL0.030.770.39
HSV11°87°69°
CMYK 0.000.700.87   0.31
XYZ19.287111.74802.0616
Yxy11.74800.58270.3550
Hunter Lab34.275440.461920.4266
CIE-Lab40.812848.936144.6468

#b03417 color RGB value is (176,52,23).

#b03417 hex color red value is 176, green value is 52 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #b03417 hue: 0.03 , saturation: 0.77 and the lightness value of b03417 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110100 00010111
Octal 260 64 27
Decimal 176 52 23
Hex B0 34 17

RGB Percentages of Color #b03417

%70.12
%20.72
%9.16

CMYK Percentages of Color #b03417

%0
%70
%87
%31

Triadic Colors of #b03417

#b03417 #17b034 #3417b0

Analogous Colors of #b03417

#b03417 #b08117 #b01747

Monochromatic Colors of #b03417

#b03417

Complementary Color

#b03417 #1793b0

#b03417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03417 Color CSS Codes

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

#b03417 Text Font Color

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

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


#b03417 Background Color

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

This div background color is #b03417


#b03417 Border Color

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

This div border color is #b03417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03417


Comments

No comments written yet.

Please login to write comment.