Color Hex Logo

#b4303e Color Hex

#B4303E
(180,48,62)
0 Favorites   0 Comments

Color spaces of #b4303e

RGB 1804862
HSL0.980.580.45
HSV354°73°71°
CMYK 0.000.730.66   0.29
XYZ20.748812.16505.8119
Yxy12.16500.53580.3141
Hunter Lab34.878445.150814.5352
CIE-Lab41.477253.314823.7949

#b4303e color RGB value is (180,48,62).

#b4303e hex color red value is 180, green value is 48 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b4303e hue: 0.98 , saturation: 0.58 and the lightness value of b4303e is 0.45.

The process color (four color CMYK) of #b4303e color hex is 0.00, 0.73, 0.66, 0.29. Web safe color of #b4303e is #cc3333. Color #b4303e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110000 00111110
Octal 264 60 76
Decimal 180 48 62
Hex B4 30 3E

RGB Percentages of Color #b4303e

%62.07
%16.55
%21.38

CMYK Percentages of Color #b4303e

%0
%73
%66
%29

Triadic Colors of #b4303e

#b4303e #3eb430 #303eb4

Analogous Colors of #b4303e

#b4303e #b46430 #b43080

Monochromatic Colors of #b4303e

#b4303e

Complementary Color

#b4303e #30b4a6

#b4303e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4303e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4303e Color CSS Codes

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

#b4303e Text Font Color

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

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


#b4303e Background Color

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

This div background color is #b4303e


#b4303e Border Color

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

This div border color is #b4303e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4303e


Comments

No comments written yet.

Please login to write comment.