Color Hex Logo

#b52439 Color Hex

#B52439
(181,36,57)
0 Favorites   0 Comments

Color spaces of #b52439

RGB 1813657
HSL0.980.670.43
HSV351°80°71°
CMYK 0.000.800.69   0.29
XYZ20.425511.38094.9911
Yxy11.38090.55510.3093
Hunter Lab33.735649.037114.8431
CIE-Lab40.214757.184525.3446

#b52439 color RGB value is (181,36,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100100 00111001
Octal 265 44 71
Decimal 181 36 57
Hex B5 24 39

RGB Percentages of Color #b52439

%66.06
%13.14
%20.80

CMYK Percentages of Color #b52439

%0
%80
%69
%29

Triadic Colors of #b52439

#b52439 #39b524 #2439b5

Analogous Colors of #b52439

#b52439 #b55824 #b52482

Monochromatic Colors of #b52439

#b52439

Complementary Color

#b52439 #24b5a0

#b52439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52439 Color CSS Codes

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

#b52439 Text Font Color

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

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


#b52439 Background Color

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

This div background color is #b52439


#b52439 Border Color

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

This div border color is #b52439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52439


Comments

No comments written yet.

Please login to write comment.