Color Hex Logo

#b51561 Color Hex

#B51561
(181,21,97)
0 Favorites   0 Comments

Color spaces of #b51561

RGB 1812197
HSL0.920.790.40
HSV332°88°71°
CMYK 0.000.880.46   0.29
XYZ21.481911.223212.3433
Yxy11.22320.47690.2491
Hunter Lab33.501055.83291.6056
CIE-Lab39.953963.3855-0.3230

#b51561 color RGB value is (181,21,97).

#b51561 hex color red value is 181, green value is 21 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b51561 hue: 0.92 , saturation: 0.79 and the lightness value of b51561 is 0.40.

The process color (four color CMYK) of #b51561 color hex is 0.00, 0.88, 0.46, 0.29. Web safe color of #b51561 is #cc0066. Color #b51561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010101 01100001
Octal 265 25 141
Decimal 181 21 97
Hex B5 15 61

RGB Percentages of Color #b51561

%60.54
%7.02
%32.44

CMYK Percentages of Color #b51561

%0
%88
%46
%29

Triadic Colors of #b51561

#b51561 #61b515 #1561b5

Analogous Colors of #b51561

#b51561 #b51915 #b515b1

Monochromatic Colors of #b51561

#b51561

Complementary Color

#b51561 #15b569

#b51561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51561 Color CSS Codes

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

#b51561 Text Font Color

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

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


#b51561 Background Color

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

This div background color is #b51561


#b51561 Border Color

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

This div border color is #b51561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51561


Comments

No comments written yet.

Please login to write comment.