Color spaces of #b839af
RGB | 184 | 57 | 175 |
---|---|---|---|
HSL | 0.85 | 0.53 | 0.47 |
HSV | 304° | 69° | 72° |
CMYK | 0.00 | 0.69 | 0.05 0.28 |
XYZ | 28.9682 | 16.2117 | 42.1598 |
Yxy | 16.2117 | 0.3317 | 0.1856 |
Hunter Lab | 40.2638 | 57.9622 | -33.8974 |
CIE-Lab | 47.2510 | 63.8503 | -36.7192 |
#b839af color RGB value is (184,57,175).
#b839af hex color red value is 184, green value is 57 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b839af hue: 0.85 , saturation: 0.53 and the lightness value of b839af is 0.47.
The process color (four color CMYK) of #b839af color hex is 0.00, 0.69, 0.05, 0.28. Web safe color of #b839af is #cc3399. Color #b839af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00111001 | 10101111 |
Octal | 270 | 71 | 257 |
Decimal | 184 | 57 | 175 |
Hex | B8 | 39 | AF |
Shades of #b839af
Tints of #b839af
RGB Percentages of Color #b839af
CMYK Percentages of Color #b839af
Complementary Color
#b839af | #39b842 |
#b839af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b839af Color Preview on White Background
Lorem ipsum dolor sit amet.
#b839af Color CSS Codes
.mybgcolor {background-color:#b839af; } .myforecolor {color:#b839af; } .mybordercolor {border:3px solid #b839af; }
#b839af Text Font Color
<p style="color:#b839af">Text here</p>
This sample text font color is #b839af
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.
#b839af Background Color
<div style="background-color:#b839af">
Div content here</div>
This div background color is #b839af
#b839af Border Color
<div style="border:3px solid #b839af">
Div here</div>
This div border color is #b839af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,57,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b839af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b839af; -webkit-box-shadow: 1px 1px 3px 2px #b839af; box-shadow: 1px 1px 3px 2px #b839af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,57,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b839af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b839af; -webkit-box-shadow: 1px 1px 3px 2px #b839af; box-shadow: 1px 1px 3px 2px #b839af;">
Div content here</div>
This div box has shadow with color #b839af
Comments
No comments written yet.
Please login to write comment.