Color Hex Logo

#b5353a Color Hex

#B5353A
(181,53,58)
0 Favorites   0 Comments

Color spaces of #b5353a

RGB 1815358
HSL0.990.550.46
HSV358°71°71°
CMYK 0.000.710.68   0.29
XYZ21.092912.67555.3379
Yxy12.67550.53940.3241
Hunter Lab35.602743.448216.0325
CIE-Lab42.270251.551827.2677

#b5353a color RGB value is (181,53,58).

#b5353a hex color red value is 181, green value is 53 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b5353a hue: 0.99 , saturation: 0.55 and the lightness value of b5353a is 0.46.

The process color (four color CMYK) of #b5353a color hex is 0.00, 0.71, 0.68, 0.29. Web safe color of #b5353a is #cc3333. Color #b5353a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110101 00111010
Octal 265 65 72
Decimal 181 53 58
Hex B5 35 3A

RGB Percentages of Color #b5353a

%61.99
%18.15
%19.86

CMYK Percentages of Color #b5353a

%0
%71
%68
%29

Triadic Colors of #b5353a

#b5353a #3ab535 #353ab5

Analogous Colors of #b5353a

#b5353a #b57035 #b5357a

Monochromatic Colors of #b5353a

#b5353a

Complementary Color

#b5353a #35b5b0

#b5353a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5353a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5353a Color CSS Codes

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

#b5353a Text Font Color

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

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


#b5353a Background Color

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

This div background color is #b5353a


#b5353a Border Color

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

This div border color is #b5353a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5353a


Comments

No comments written yet.

Please login to write comment.