Color Hex Logo

#b4250e Color Hex

#B4250E
(180,37,14)
0 Favorites   0 Comments

Color spaces of #b4250e

RGB 1803714
HSL0.020.860.38
HSV92°71°
CMYK 0.000.790.92   0.29
XYZ19.563211.05811.5188
Yxy11.05810.60870.3441
Hunter Lab33.253746.817720.5696
CIE-Lab39.678255.222147.8527

#b4250e color RGB value is (180,37,14).

#b4250e hex color red value is 180, green value is 37 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b4250e hue: 0.02 , saturation: 0.86 and the lightness value of b4250e is 0.38.

The process color (four color CMYK) of #b4250e color hex is 0.00, 0.79, 0.92, 0.29. Web safe color of #b4250e is #cc3300. Color #b4250e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100101 00001110
Octal 264 45 16
Decimal 180 37 14
Hex B4 25 E

RGB Percentages of Color #b4250e

%77.92
%16.02
%6.06

CMYK Percentages of Color #b4250e

%0
%79
%92
%29

Triadic Colors of #b4250e

#b4250e #0eb425 #250eb4

Analogous Colors of #b4250e

#b4250e #b4780e #b40e4a

Monochromatic Colors of #b4250e

#b4250e

Complementary Color

#b4250e #0e9db4

#b4250e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4250e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4250e Color CSS Codes

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

#b4250e Text Font Color

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

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


#b4250e Background Color

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

This div background color is #b4250e


#b4250e Border Color

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

This div border color is #b4250e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4250e


Comments

No comments written yet.

Please login to write comment.