Color spaces of #b04186
RGB | 176 | 65 | 134 |
---|---|---|---|
HSL | 0.90 | 0.46 | 0.47 |
HSV | 323° | 63° | 69° |
CMYK | 0.00 | 0.63 | 0.24 0.31 |
XYZ | 24.0979 | 14.7319 | 24.1277 |
Yxy | 14.7319 | 0.3828 | 0.2340 |
Hunter Lab | 38.3822 | 44.9009 | -10.4032 |
CIE-Lab | 45.2648 | 52.3863 | -15.3980 |
#b04186 color RGB value is (176,65,134).
#b04186 hex color red value is 176, green value is 65 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #b04186 hue: 0.90 , saturation: 0.46 and the lightness value of b04186 is 0.47.
The process color (four color CMYK) of #b04186 color hex is 0.00, 0.63, 0.24, 0.31. Web safe color of #b04186 is #993399. Color #b04186 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 01000001 | 10000110 |
Octal | 260 | 101 | 206 |
Decimal | 176 | 65 | 134 |
Hex | B0 | 41 | 86 |
Shades of #b04186
Tints of #b04186
RGB Percentages of Color #b04186
CMYK Percentages of Color #b04186
Complementary Color
#b04186 | #41b06b |
#b04186 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b04186 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b04186 Color CSS Codes
.mybgcolor {background-color:#b04186; } .myforecolor {color:#b04186; } .mybordercolor {border:3px solid #b04186; }
#b04186 Text Font Color
<p style="color:#b04186">Text here</p>
This sample text font color is #b04186
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.
#b04186 Background Color
<div style="background-color:#b04186">
Div content here</div>
This div background color is #b04186
#b04186 Border Color
<div style="border:3px solid #b04186">
Div here</div>
This div border color is #b04186
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,65,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b04186; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b04186; -webkit-box-shadow: 1px 1px 3px 2px #b04186; box-shadow: 1px 1px 3px 2px #b04186; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,65,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b04186">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b04186; -webkit-box-shadow: 1px 1px 3px 2px #b04186; box-shadow: 1px 1px 3px 2px #b04186;">
Div content here</div>
This div box has shadow with color #b04186
Comments
No comments written yet.
Please login to write comment.