Color Hex Logo

#b52e14 Color Hex

#B52E14
(181,46,20)
0 Favorites   0 Comments

Color spaces of #b52e14

RGB 1814620
HSL0.030.800.39
HSV10°89°71°
CMYK 0.000.750.89   0.29
XYZ20.159311.82831.8824
Yxy11.82830.59520.3492
Hunter Lab34.392344.442620.8295
CIE-Lab40.941952.743346.4610

#b52e14 color RGB value is (181,46,20).

#b52e14 hex color red value is 181, green value is 46 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b52e14 hue: 0.03 , saturation: 0.80 and the lightness value of b52e14 is 0.39.

The process color (four color CMYK) of #b52e14 color hex is 0.00, 0.75, 0.89, 0.29. Web safe color of #b52e14 is #cc3300. Color #b52e14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101110 00010100
Octal 265 56 24
Decimal 181 46 20
Hex B5 2E 14

RGB Percentages of Color #b52e14

%73.28
%18.62
%8.10

CMYK Percentages of Color #b52e14

%0
%75
%89
%29

Triadic Colors of #b52e14

#b52e14 #14b52e #2e14b5

Analogous Colors of #b52e14

#b52e14 #b57f14 #b5144b

Monochromatic Colors of #b52e14

#b52e14

Complementary Color

#b52e14 #149bb5

#b52e14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52e14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52e14 Color CSS Codes

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

#b52e14 Text Font Color

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

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


#b52e14 Background Color

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

This div background color is #b52e14


#b52e14 Border Color

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

This div border color is #b52e14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52e14


Comments

No comments written yet.

Please login to write comment.