Color Hex Logo

#b42803 Color Hex

#B42803
(180,40,3)
0 Favorites   0 Comments

Color spaces of #b42803

RGB 180403
HSL0.030.970.36
HSV13°98°71°
CMYK 0.000.780.98   0.29
XYZ19.597611.22751.2204
Yxy11.22750.61160.3504
Hunter Lab33.507545.761721.2958
CIE-Lab39.961054.175851.7258

#b42803 color RGB value is (180,40,3).

#b42803 hex color red value is 180, green value is 40 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #b42803 hue: 0.03 , saturation: 0.97 and the lightness value of b42803 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101000 00000011
Octal 264 50 3
Decimal 180 40 3
Hex B4 28 3

RGB Percentages of Color #b42803

%80.72
%17.94
%1.35

CMYK Percentages of Color #b42803

%0
%78
%98
%29

Triadic Colors of #b42803

#b42803 #03b428 #2803b4

Analogous Colors of #b42803

#b42803 #b48103 #b40336

Monochromatic Colors of #b42803

#b42803

Complementary Color

#b42803 #038fb4

#b42803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42803 Color CSS Codes

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

#b42803 Text Font Color

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

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


#b42803 Background Color

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

This div background color is #b42803


#b42803 Border Color

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

This div border color is #b42803


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42803


Comments

No comments written yet.

Please login to write comment.