Color spaces of #b868ea
RGB | 184 | 104 | 234 |
---|---|---|---|
HSL | 0.77 | 0.76 | 0.66 |
HSV | 277° | 56° | 92° |
CMYK | 0.21 | 0.56 | 0.00 0.08 |
XYZ | 39.5688 | 26.0315 | 80.7810 |
Yxy | 26.0315 | 0.2703 | 0.1778 |
Hunter Lab | 51.0211 | 49.1467 | -58.1583 |
CIE-Lab | 58.0669 | 54.0891 | -53.3544 |
#b868ea color RGB value is (184,104,234).
#b868ea hex color red value is 184, green value is 104 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b868ea hue: 0.77 , saturation: 0.76 and the lightness value of b868ea is 0.66.
The process color (four color CMYK) of #b868ea color hex is 0.21, 0.56, 0.00, 0.08. Web safe color of #b868ea is #cc66ff. Color #b868ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01101000 | 11101010 |
Octal | 270 | 150 | 352 |
Decimal | 184 | 104 | 234 |
Hex | B8 | 68 | EA |
Shades of #b868ea
Tints of #b868ea
RGB Percentages of Color #b868ea
CMYK Percentages of Color #b868ea
Complementary Color
#b868ea | #9aea68 |
#b868ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b868ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b868ea Color CSS Codes
.mybgcolor {background-color:#b868ea; } .myforecolor {color:#b868ea; } .mybordercolor {border:3px solid #b868ea; }
#b868ea Text Font Color
<p style="color:#b868ea">Text here</p>
This sample text font color is #b868ea
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.
#b868ea Background Color
<div style="background-color:#b868ea">
Div content here</div>
This div background color is #b868ea
#b868ea Border Color
<div style="border:3px solid #b868ea">
Div here</div>
This div border color is #b868ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,104,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b868ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b868ea; -webkit-box-shadow: 1px 1px 3px 2px #b868ea; box-shadow: 1px 1px 3px 2px #b868ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,104,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b868ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b868ea; -webkit-box-shadow: 1px 1px 3px 2px #b868ea; box-shadow: 1px 1px 3px 2px #b868ea;">
Div content here</div>
This div box has shadow with color #b868ea
Comments
No comments written yet.
Please login to write comment.