Color Hex Logo

#b52d0e Color Hex

#B52D0E
(181,45,14)
0 Favorites   0 Comments

Color spaces of #b52d0e

RGB 1814514
HSL0.030.860.38
HSV11°92°71°
CMYK 0.000.750.92   0.29
XYZ20.073711.73221.6220
Yxy11.73220.60050.3510
Hunter Lab34.252344.669121.1690
CIE-Lab40.787352.987248.6983

#b52d0e color RGB value is (181,45,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101101 00001110
Octal 265 55 16
Decimal 181 45 14
Hex B5 2D E

RGB Percentages of Color #b52d0e

%75.42
%18.75
%5.83

CMYK Percentages of Color #b52d0e

%0
%75
%92
%29

Triadic Colors of #b52d0e

#b52d0e #0eb52d #2d0eb5

Analogous Colors of #b52d0e

#b52d0e #b5810e #b50e43

Monochromatic Colors of #b52d0e

#b52d0e

Complementary Color

#b52d0e #0e96b5

#b52d0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52d0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52d0e Color CSS Codes

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

#b52d0e Text Font Color

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

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


#b52d0e Background Color

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

This div background color is #b52d0e


#b52d0e Border Color

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

This div border color is #b52d0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,45,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 #b52d0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52d0e


Comments

No comments written yet.

Please login to write comment.