Color spaces of #b25561
RGB | 178 | 85 | 97 |
---|---|---|---|
HSL | 0.98 | 0.38 | 0.52 |
HSV | 352° | 52° | 70° |
CMYK | 0.00 | 0.52 | 0.46 0.30 |
XYZ | 23.7663 | 16.8250 | 13.3042 |
Yxy | 16.8250 | 0.4410 | 0.3122 |
Hunter Lab | 41.0183 | 31.6422 | 9.4822 |
CIE-Lab | 48.0388 | 38.9712 | 11.1672 |
#b25561 color RGB value is (178,85,97).
#b25561 hex color red value is 178, green value is 85 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b25561 hue: 0.98 , saturation: 0.38 and the lightness value of b25561 is 0.52.
The process color (four color CMYK) of #b25561 color hex is 0.00, 0.52, 0.46, 0.30. Web safe color of #b25561 is #996666. Color #b25561 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01010101 | 01100001 |
Octal | 262 | 125 | 141 |
Decimal | 178 | 85 | 97 |
Hex | B2 | 55 | 61 |
Shades of #b25561
Tints of #b25561
RGB Percentages of Color #b25561
CMYK Percentages of Color #b25561
Complementary Color
#b25561 | #55b2a6 |
#b25561 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b25561 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b25561 Color CSS Codes
.mybgcolor {background-color:#b25561; } .myforecolor {color:#b25561; } .mybordercolor {border:3px solid #b25561; }
#b25561 Text Font Color
<p style="color:#b25561">Text here</p>
This sample text font color is #b25561
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.
#b25561 Background Color
<div style="background-color:#b25561">
Div content here</div>
This div background color is #b25561
#b25561 Border Color
<div style="border:3px solid #b25561">
Div here</div>
This div border color is #b25561
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,85,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b25561; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b25561; -webkit-box-shadow: 1px 1px 3px 2px #b25561; box-shadow: 1px 1px 3px 2px #b25561; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,85,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 #b25561">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b25561; -webkit-box-shadow: 1px 1px 3px 2px #b25561; box-shadow: 1px 1px 3px 2px #b25561;">
Div content here</div>
This div box has shadow with color #b25561
Comments
No comments written yet.
Please login to write comment.