Color Hex Logo

#b53a60 Color Hex

#B53A60
(181,58,96)
0 Favorites   0 Comments

Color spaces of #b53a60

RGB 1815896
HSL0.950.510.47
HSV341°68°71°
CMYK 0.000.680.47   0.29
XYZ22.680413.694412.5142
Yxy13.69440.46390.2801
Hunter Lab37.005944.63965.8542
CIE-Lab43.791452.40615.8488

#b53a60 color RGB value is (181,58,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111010 01100000
Octal 265 72 140
Decimal 181 58 96
Hex B5 3A 60

RGB Percentages of Color #b53a60

%54.03
%17.31
%28.66

CMYK Percentages of Color #b53a60

%0
%68
%47
%29

Triadic Colors of #b53a60

#b53a60 #60b53a #3a60b5

Analogous Colors of #b53a60

#b53a60 #b5523a #b53a9e

Monochromatic Colors of #b53a60

#b53a60

Complementary Color

#b53a60 #3ab58f

#b53a60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53a60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53a60 Color CSS Codes

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

#b53a60 Text Font Color

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

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


#b53a60 Background Color

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

This div background color is #b53a60


#b53a60 Border Color

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

This div border color is #b53a60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53a60


Comments

No comments written yet.

Please login to write comment.