Color Hex Logo

#b53125 Color Hex

#B53125
(181,49,37)
0 Favorites   0 Comments

Color spaces of #b53125

RGB 1814937
HSL0.010.660.43
HSV80°71°
CMYK 0.000.730.80   0.29
XYZ20.488312.15403.0164
Yxy12.15400.57460.3408
Hunter Lab34.862643.892719.2739
CIE-Lab41.459852.124338.5523

#b53125 color RGB value is (181,49,37).

#b53125 hex color red value is 181, green value is 49 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b53125 hue: 0.01 , saturation: 0.66 and the lightness value of b53125 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110001 00100101
Octal 265 61 45
Decimal 181 49 37
Hex B5 31 25

RGB Percentages of Color #b53125

%67.79
%18.35
%13.86

CMYK Percentages of Color #b53125

%0
%73
%80
%29

Triadic Colors of #b53125

#b53125 #25b531 #3125b5

Analogous Colors of #b53125

#b53125 #b57925 #b52561

Monochromatic Colors of #b53125

#b53125

Complementary Color

#b53125 #25a9b5

#b53125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53125 Color CSS Codes

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

#b53125 Text Font Color

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

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


#b53125 Background Color

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

This div background color is #b53125


#b53125 Border Color

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

This div border color is #b53125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53125


Comments

No comments written yet.

Please login to write comment.