Color spaces of #b725ae
RGB | 183 | 37 | 174 |
---|---|---|---|
HSL | 0.84 | 0.66 | 0.43 |
HSV | 304° | 80° | 72° |
CMYK | 0.00 | 0.80 | 0.05 0.28 |
XYZ | 27.8300 | 14.4464 | 41.3660 |
Yxy | 14.4464 | 0.3327 | 0.1727 |
Hunter Lab | 38.0084 | 64.1841 | -37.9217 |
CIE-Lab | 44.8664 | 69.6627 | -39.9099 |
#b725ae color RGB value is (183,37,174).
#b725ae hex color red value is 183, green value is 37 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b725ae hue: 0.84 , saturation: 0.66 and the lightness value of b725ae is 0.43.
The process color (four color CMYK) of #b725ae color hex is 0.00, 0.80, 0.05, 0.28. Web safe color of #b725ae is #cc3399. Color #b725ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00100101 | 10101110 |
Octal | 267 | 45 | 256 |
Decimal | 183 | 37 | 174 |
Hex | B7 | 25 | AE |
Shades of #b725ae
Tints of #b725ae
RGB Percentages of Color #b725ae
CMYK Percentages of Color #b725ae
Complementary Color
#b725ae | #25b72e |
#b725ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b725ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b725ae Color CSS Codes
.mybgcolor {background-color:#b725ae; } .myforecolor {color:#b725ae; } .mybordercolor {border:3px solid #b725ae; }
#b725ae Text Font Color
<p style="color:#b725ae">Text here</p>
This sample text font color is #b725ae
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.
#b725ae Background Color
<div style="background-color:#b725ae">
Div content here</div>
This div background color is #b725ae
#b725ae Border Color
<div style="border:3px solid #b725ae">
Div here</div>
This div border color is #b725ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,37,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b725ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b725ae; -webkit-box-shadow: 1px 1px 3px 2px #b725ae; box-shadow: 1px 1px 3px 2px #b725ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,37,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 #b725ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b725ae; -webkit-box-shadow: 1px 1px 3px 2px #b725ae; box-shadow: 1px 1px 3px 2px #b725ae;">
Div content here</div>
This div box has shadow with color #b725ae
Comments
No comments written yet.
Please login to write comment.