Color spaces of #b704ae
RGB | 183 | 4 | 174 |
---|---|---|---|
HSL | 0.84 | 0.96 | 0.37 |
HSV | 303° | 98° | 72° |
CMYK | 0.00 | 0.98 | 0.05 0.28 |
XYZ | 27.2118 | 13.2101 | 41.1600 |
Yxy | 13.2101 | 0.3336 | 0.1619 |
Hunter Lab | 36.3457 | 70.0369 | -41.7015 |
CIE-Lab | 43.0781 | 74.8940 | -42.7523 |
#b704ae color RGB value is (183,4,174).
#b704ae hex color red value is 183, green value is 4 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b704ae hue: 0.84 , saturation: 0.96 and the lightness value of b704ae is 0.37.
The process color (four color CMYK) of #b704ae color hex is 0.00, 0.98, 0.05, 0.28. Web safe color of #b704ae is #cc0099. Color #b704ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00000100 | 10101110 |
Octal | 267 | 4 | 256 |
Decimal | 183 | 4 | 174 |
Hex | B7 | 4 | AE |
Shades of #b704ae
Tints of #b704ae
RGB Percentages of Color #b704ae
CMYK Percentages of Color #b704ae
Complementary Color
#b704ae | #04b70d |
#b704ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b704ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b704ae Color CSS Codes
.mybgcolor {background-color:#b704ae; } .myforecolor {color:#b704ae; } .mybordercolor {border:3px solid #b704ae; }
#b704ae Text Font Color
<p style="color:#b704ae">Text here</p>
This sample text font color is #b704ae
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.
#b704ae Background Color
<div style="background-color:#b704ae">
Div content here</div>
This div background color is #b704ae
#b704ae Border Color
<div style="border:3px solid #b704ae">
Div here</div>
This div border color is #b704ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,4,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b704ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b704ae; -webkit-box-shadow: 1px 1px 3px 2px #b704ae; box-shadow: 1px 1px 3px 2px #b704ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,4,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b704ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b704ae; -webkit-box-shadow: 1px 1px 3px 2px #b704ae; box-shadow: 1px 1px 3px 2px #b704ae;">
Div content here</div>
This div box has shadow with color #b704ae
Comments
No comments written yet.
Please login to write comment.