Color Hex Logo

#b52540 Color Hex

#B52540
(181,37,64)
0 Favorites   0 Comments

Color spaces of #b52540

RGB 1813764
HSL0.970.660.43
HSV349°80°71°
CMYK 0.000.800.65   0.29
XYZ20.643011.51715.9855
Yxy11.51710.54120.3019
Hunter Lab33.936949.187913.2987
CIE-Lab40.438157.281021.2610

#b52540 color RGB value is (181,37,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 01000000
Octal 265 45 100
Decimal 181 37 64
Hex B5 25 40

RGB Percentages of Color #b52540

%64.18
%13.12
%22.70

CMYK Percentages of Color #b52540

%0
%80
%65
%29

Triadic Colors of #b52540

#b52540 #40b525 #2540b5

Analogous Colors of #b52540

#b52540 #b55225 #b52588

Monochromatic Colors of #b52540

#b52540

Complementary Color

#b52540 #25b59a

#b52540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52540 Color CSS Codes

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

#b52540 Text Font Color

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

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


#b52540 Background Color

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

This div background color is #b52540


#b52540 Border Color

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

This div border color is #b52540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52540


Comments

No comments written yet.

Please login to write comment.