Color Hex Logo

#b53760 Color Hex

#B53760
(181,55,96)
0 Favorites   0 Comments

Color spaces of #b53760

RGB 1815596
HSL0.950.530.46
HSV340°70°71°
CMYK 0.000.700.47   0.29
XYZ22.533613.400712.4653
Yxy13.40070.46560.2769
Hunter Lab36.607045.81445.4356
CIE-Lab43.360953.59135.2333

#b53760 color RGB value is (181,55,96).

#b53760 hex color red value is 181, green value is 55 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b53760 hue: 0.95 , saturation: 0.53 and the lightness value of b53760 is 0.46.

The process color (four color CMYK) of #b53760 color hex is 0.00, 0.70, 0.47, 0.29. Web safe color of #b53760 is #cc3366. Color #b53760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110111 01100000
Octal 265 67 140
Decimal 181 55 96
Hex B5 37 60

RGB Percentages of Color #b53760

%54.52
%16.57
%28.92

CMYK Percentages of Color #b53760

%0
%70
%47
%29

Triadic Colors of #b53760

#b53760 #60b537 #3760b5

Analogous Colors of #b53760

#b53760 #b54d37 #b5379f

Monochromatic Colors of #b53760

#b53760

Complementary Color

#b53760 #37b58c

#b53760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53760 Color CSS Codes

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

#b53760 Text Font Color

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

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


#b53760 Background Color

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

This div background color is #b53760


#b53760 Border Color

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

This div border color is #b53760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53760


Comments

No comments written yet.

Please login to write comment.