Color Hex Logo

#b53463 Color Hex

#B53463
(181,52,99)
0 Favorites   0 Comments

Color spaces of #b53463

RGB 1815299
HSL0.940.550.46
HSV338°71°71°
CMYK 0.000.710.45   0.29
XYZ22.536213.180613.1607
Yxy13.18060.46110.2697
Hunter Lab36.305147.26903.9208
CIE-Lab43.034155.01182.8966

#b53463 color RGB value is (181,52,99).

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

The process color (four color CMYK) of #b53463 color hex is 0.00, 0.71, 0.45, 0.29. Web safe color of #b53463 is #cc3366. Color #b53463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110100 01100011
Octal 265 64 143
Decimal 181 52 99
Hex B5 34 63

RGB Percentages of Color #b53463

%54.52
%15.66
%29.82

CMYK Percentages of Color #b53463

%0
%71
%45
%29

Triadic Colors of #b53463

#b53463 #63b534 #3463b5

Analogous Colors of #b53463

#b53463 #b54634 #b534a4

Monochromatic Colors of #b53463

#b53463

Complementary Color

#b53463 #34b586

#b53463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53463 Color CSS Codes

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

#b53463 Text Font Color

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

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


#b53463 Background Color

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

This div background color is #b53463


#b53463 Border Color

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

This div border color is #b53463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53463


Comments

No comments written yet.

Please login to write comment.