Color Hex Logo

#b53004 Color Hex

#B53004
(181,48,4)
0 Favorites   0 Comments

Color spaces of #b53004

RGB 181484
HSL0.040.960.36
HSV15°98°71°
CMYK 0.000.730.98   0.29
XYZ20.134911.94641.3595
Yxy11.94640.60210.3572
Hunter Lab34.563643.498421.8624
CIE-Lab41.130851.808852.1030

#b53004 color RGB value is (181,48,4).

#b53004 hex color red value is 181, green value is 48 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b53004 hue: 0.04 , saturation: 0.96 and the lightness value of b53004 is 0.36.

The process color (four color CMYK) of #b53004 color hex is 0.00, 0.73, 0.98, 0.29. Web safe color of #b53004 is #cc3300. Color #b53004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110000 00000100
Octal 265 60 4
Decimal 181 48 4
Hex B5 30 4

RGB Percentages of Color #b53004

%77.68
%20.60
%1.72

CMYK Percentages of Color #b53004

%0
%73
%98
%29

Triadic Colors of #b53004

#b53004 #04b530 #3004b5

Analogous Colors of #b53004

#b53004 #b58904 #b50431

Monochromatic Colors of #b53004

#b53004

Complementary Color

#b53004 #0489b5

#b53004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53004 Color CSS Codes

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

#b53004 Text Font Color

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

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


#b53004 Background Color

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

This div background color is #b53004


#b53004 Border Color

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

This div border color is #b53004


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,48,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b53004; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b53004;
  -webkit-box-shadow: 1px 1px 3px 2px #b53004;
  box-shadow:         1px 1px 3px 2px #b53004; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53004


Comments

No comments written yet.

Please login to write comment.