Color spaces of #b810ee
RGB | 184 | 16 | 238 |
---|---|---|---|
HSL | 0.79 | 0.87 | 0.50 |
HSV | 285° | 93° | 93° |
CMYK | 0.23 | 0.93 | 0.00 0.07 |
XYZ | 35.3851 | 16.7340 | 82.2539 |
Yxy | 16.7340 | 0.2633 | 0.1245 |
Hunter Lab | 40.9072 | 82.8165 | -90.5819 |
CIE-Lab | 47.9231 | 84.1613 | -71.9376 |
#b810ee color RGB value is (184,16,238).
#b810ee hex color red value is 184, green value is 16 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b810ee hue: 0.79 , saturation: 0.87 and the lightness value of b810ee is 0.50.
The process color (four color CMYK) of #b810ee color hex is 0.23, 0.93, 0.00, 0.07. Web safe color of #b810ee is #cc00ff. Color #b810ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00010000 | 11101110 |
Octal | 270 | 20 | 356 |
Decimal | 184 | 16 | 238 |
Hex | B8 | 10 | EE |
Shades of #b810ee
Tints of #b810ee
RGB Percentages of Color #b810ee
CMYK Percentages of Color #b810ee
Complementary Color
#b810ee | #46ee10 |
#b810ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b810ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b810ee Color CSS Codes
.mybgcolor {background-color:#b810ee; } .myforecolor {color:#b810ee; } .mybordercolor {border:3px solid #b810ee; }
#b810ee Text Font Color
<p style="color:#b810ee">Text here</p>
This sample text font color is #b810ee
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.
#b810ee Background Color
<div style="background-color:#b810ee">
Div content here</div>
This div background color is #b810ee
#b810ee Border Color
<div style="border:3px solid #b810ee">
Div here</div>
This div border color is #b810ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,16,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b810ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b810ee; -webkit-box-shadow: 1px 1px 3px 2px #b810ee; box-shadow: 1px 1px 3px 2px #b810ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,16,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b810ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b810ee; -webkit-box-shadow: 1px 1px 3px 2px #b810ee; box-shadow: 1px 1px 3px 2px #b810ee;">
Div content here</div>
This div box has shadow with color #b810ee
Comments
No comments written yet.
Please login to write comment.