Color Hex Logo

#b52533 Color Hex

#B52533
(181,37,51)
0 Favorites   0 Comments

Color spaces of #b52533

RGB 1813751
HSL0.980.660.43
HSV354°80°71°
CMYK 0.000.800.72   0.29
XYZ20.315211.38594.2589
Yxy11.38590.56490.3166
Hunter Lab33.743048.416916.1368
CIE-Lab40.223056.608929.0456

#b52533 color RGB value is (181,37,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 00110011
Octal 265 45 63
Decimal 181 37 51
Hex B5 25 33

RGB Percentages of Color #b52533

%67.29
%13.75
%18.96

CMYK Percentages of Color #b52533

%0
%80
%72
%29

Triadic Colors of #b52533

#b52533 #33b525 #2533b5

Analogous Colors of #b52533

#b52533 #b55f25 #b5257b

Monochromatic Colors of #b52533

#b52533

Complementary Color

#b52533 #25b5a7

#b52533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52533 Color CSS Codes

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

#b52533 Text Font Color

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

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


#b52533 Background Color

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

This div background color is #b52533


#b52533 Border Color

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

This div border color is #b52533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52533


Comments

No comments written yet.

Please login to write comment.