Color Hex Logo

#b52539 Color Hex

#B52539
(181,37,57)
0 Favorites   0 Comments

Color spaces of #b52539

RGB 1813757
HSL0.980.660.43
HSV352°80°71°
CMYK 0.000.800.69   0.29
XYZ20.456111.44235.0013
Yxy11.44230.55440.3101
Hunter Lab33.826548.749114.9124
CIE-Lab40.315656.899025.4699

#b52539 color RGB value is (181,37,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 00111001
Octal 265 45 71
Decimal 181 37 57
Hex B5 25 39

RGB Percentages of Color #b52539

%65.82
%13.45
%20.73

CMYK Percentages of Color #b52539

%0
%80
%69
%29

Triadic Colors of #b52539

#b52539 #39b525 #2539b5

Analogous Colors of #b52539

#b52539 #b55925 #b52581

Monochromatic Colors of #b52539

#b52539

Complementary Color

#b52539 #25b5a1

#b52539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52539 Color CSS Codes

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

#b52539 Text Font Color

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

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


#b52539 Background Color

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

This div background color is #b52539


#b52539 Border Color

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

This div border color is #b52539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52539


Comments

No comments written yet.

Please login to write comment.