Color Hex Logo

#b52625 Color Hex

#B52625
(181,38,37)
0 Favorites   0 Comments

Color spaces of #b52625

RGB 1813837
HSL0.000.660.43
HSV80°71°
CMYK 0.000.790.80   0.29
XYZ20.083111.34362.8813
Yxy11.34360.58540.3306
Hunter Lab33.680347.496818.5040
CIE-Lab40.153355.766637.2169

#b52625 color RGB value is (181,38,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100110 00100101
Octal 265 46 45
Decimal 181 38 37
Hex B5 26 25

RGB Percentages of Color #b52625

%70.70
%14.84
%14.45

CMYK Percentages of Color #b52625

%0
%79
%80
%29

Triadic Colors of #b52625

#b52625 #25b526 #2625b5

Analogous Colors of #b52625

#b52625 #b56e25 #b5256c

Monochromatic Colors of #b52625

#b52625

Complementary Color

#b52625 #25b4b5

#b52625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52625 Color CSS Codes

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

#b52625 Text Font Color

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

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


#b52625 Background Color

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

This div background color is #b52625


#b52625 Border Color

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

This div border color is #b52625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52625


Comments

No comments written yet.

Please login to write comment.