Color spaces of #b817ec
RGB | 184 | 23 | 236 |
---|---|---|---|
HSL | 0.79 | 0.85 | 0.51 |
HSV | 285° | 90° | 93° |
CMYK | 0.22 | 0.90 | 0.00 0.07 |
XYZ | 35.2139 | 16.8593 | 80.7551 |
Yxy | 16.8593 | 0.2651 | 0.1269 |
Hunter Lab | 41.0601 | 81.2298 | -87.8668 |
CIE-Lab | 48.0823 | 82.8942 | -70.5500 |
#b817ec color RGB value is (184,23,236).
#b817ec hex color red value is 184, green value is 23 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b817ec hue: 0.79 , saturation: 0.85 and the lightness value of b817ec is 0.51.
The process color (four color CMYK) of #b817ec color hex is 0.22, 0.90, 0.00, 0.07. Web safe color of #b817ec is #cc00ff. Color #b817ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00010111 | 11101100 |
Octal | 270 | 27 | 354 |
Decimal | 184 | 23 | 236 |
Hex | B8 | 17 | EC |
Shades of #b817ec
Tints of #b817ec
RGB Percentages of Color #b817ec
CMYK Percentages of Color #b817ec
Complementary Color
#b817ec | #4bec17 |
#b817ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b817ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#b817ec Color CSS Codes
.mybgcolor {background-color:#b817ec; } .myforecolor {color:#b817ec; } .mybordercolor {border:3px solid #b817ec; }
#b817ec Text Font Color
<p style="color:#b817ec">Text here</p>
This sample text font color is #b817ec
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.
#b817ec Background Color
<div style="background-color:#b817ec">
Div content here</div>
This div background color is #b817ec
#b817ec Border Color
<div style="border:3px solid #b817ec">
Div here</div>
This div border color is #b817ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,23,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b817ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b817ec; -webkit-box-shadow: 1px 1px 3px 2px #b817ec; box-shadow: 1px 1px 3px 2px #b817ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,23,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b817ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b817ec; -webkit-box-shadow: 1px 1px 3px 2px #b817ec; box-shadow: 1px 1px 3px 2px #b817ec;">
Div content here</div>
This div box has shadow with color #b817ec
Comments
No comments written yet.
Please login to write comment.