Color Hex Logo

#b52f3f Color Hex

#B52F3F
(181,47,63)
0 Favorites   0 Comments

Color spaces of #b52f3f

RGB 1814763
HSL0.980.590.45
HSV353°74°71°
CMYK 0.000.740.65   0.29
XYZ20.969812.21575.9553
Yxy12.21570.53580.3121
Hunter Lab34.951045.931814.3632
CIE-Lab41.556954.036323.3181

#b52f3f color RGB value is (181,47,63).

#b52f3f hex color red value is 181, green value is 47 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b52f3f hue: 0.98 , saturation: 0.59 and the lightness value of b52f3f is 0.45.

The process color (four color CMYK) of #b52f3f color hex is 0.00, 0.74, 0.65, 0.29. Web safe color of #b52f3f is #cc3333. Color #b52f3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 00111111
Octal 265 57 77
Decimal 181 47 63
Hex B5 2F 3F

RGB Percentages of Color #b52f3f

%62.20
%16.15
%21.65

CMYK Percentages of Color #b52f3f

%0
%74
%65
%29

Triadic Colors of #b52f3f

#b52f3f #3fb52f #2f3fb5

Analogous Colors of #b52f3f

#b52f3f #b5622f #b52f82

Monochromatic Colors of #b52f3f

#b52f3f

Complementary Color

#b52f3f #2fb5a5

#b52f3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52f3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52f3f Color CSS Codes

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

#b52f3f Text Font Color

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

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


#b52f3f Background Color

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

This div background color is #b52f3f


#b52f3f Border Color

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

This div border color is #b52f3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52f3f


Comments

No comments written yet.

Please login to write comment.