Color Hex Logo

#b33508 Color Hex

#B33508
(179,53,8)
0 Favorites   0 Comments

Color spaces of #b33508

RGB 179538
HSL0.040.910.37
HSV16°96°70°
CMYK 0.000.700.96   0.30
XYZ19.907312.14741.5252
Yxy12.14740.59280.3617
Hunter Lab34.853140.962121.8026
CIE-Lab41.449449.308150.8391

#b33508 color RGB value is (179,53,8).

#b33508 hex color red value is 179, green value is 53 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #b33508 hue: 0.04 , saturation: 0.91 and the lightness value of b33508 is 0.37.

The process color (four color CMYK) of #b33508 color hex is 0.00, 0.70, 0.96, 0.30. Web safe color of #b33508 is #cc3300. Color #b33508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110101 00001000
Octal 263 65 10
Decimal 179 53 8
Hex B3 35 8

RGB Percentages of Color #b33508

%74.58
%22.08
%3.33

CMYK Percentages of Color #b33508

%0
%70
%96
%30

Triadic Colors of #b33508

#b33508 #08b335 #3508b3

Analogous Colors of #b33508

#b33508 #b38b08 #b30830

Monochromatic Colors of #b33508

#b33508

Complementary Color

#b33508 #0886b3

#b33508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33508 Color CSS Codes

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

#b33508 Text Font Color

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

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


#b33508 Background Color

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

This div background color is #b33508


#b33508 Border Color

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

This div border color is #b33508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33508


Comments

No comments written yet.

Please login to write comment.