Color Hex Logo

#b52532 Color Hex

#B52532
(181,37,50)
0 Favorites   0 Comments

Color spaces of #b52532

RGB 1813750
HSL0.980.660.43
HSV355°80°71°
CMYK 0.000.800.72   0.29
XYZ20.293311.37724.1440
Yxy11.37720.56660.3177
Hunter Lab33.730148.364616.3268
CIE-Lab40.208656.563229.6370

#b52532 color RGB value is (181,37,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 00110010
Octal 265 45 62
Decimal 181 37 50
Hex B5 25 32

RGB Percentages of Color #b52532

%67.54
%13.81
%18.66

CMYK Percentages of Color #b52532

%0
%80
%72
%29

Triadic Colors of #b52532

#b52532 #32b525 #2532b5

Analogous Colors of #b52532

#b52532 #b56025 #b5257a

Monochromatic Colors of #b52532

#b52532

Complementary Color

#b52532 #25b5a8

#b52532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52532 Color CSS Codes

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

#b52532 Text Font Color

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

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


#b52532 Background Color

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

This div background color is #b52532


#b52532 Border Color

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

This div border color is #b52532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52532


Comments

No comments written yet.

Please login to write comment.