Color spaces of #6e51fe
RGB | 110 | 81 | 254 |
---|---|---|---|
HSL | 0.69 | 0.99 | 0.66 |
HSV | 250° | 68° | 100° |
CMYK | 0.57 | 0.68 | 0.00 0.00 |
XYZ | 27.2622 | 16.3556 | 95.4860 |
Yxy | 16.3556 | 0.1960 | 0.1176 |
Hunter Lab | 40.4421 | 49.5542 | -111.6776 |
CIE-Lab | 47.4376 | 56.3065 | -82.0606 |
#6e51fe color RGB value is (110,81,254).
#6e51fe hex color red value is 110, green value is 81 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6e51fe hue: 0.69 , saturation: 0.99 and the lightness value of 6e51fe is 0.66.
The process color (four color CMYK) of #6e51fe color hex is 0.57, 0.68, 0.00, 0.00. Web safe color of #6e51fe is #6666ff. Color #6e51fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 01010001 | 11111110 |
Octal | 156 | 121 | 376 |
Decimal | 110 | 81 | 254 |
Hex | 6E | 51 | FE |
Shades of #6e51fe
Tints of #6e51fe
RGB Percentages of Color #6e51fe
CMYK Percentages of Color #6e51fe
Complementary Color
#6e51fe | #e1fe51 |
#6e51fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6e51fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#6e51fe Color CSS Codes
.mybgcolor {background-color:#6e51fe; } .myforecolor {color:#6e51fe; } .mybordercolor {border:3px solid #6e51fe; }
#6e51fe Text Font Color
<p style="color:#6e51fe">Text here</p>
This sample text font color is #6e51fe
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.
#6e51fe Background Color
<div style="background-color:#6e51fe">
Div content here</div>
This div background color is #6e51fe
#6e51fe Border Color
<div style="border:3px solid #6e51fe">
Div here</div>
This div border color is #6e51fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,81,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6e51fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6e51fe; -webkit-box-shadow: 1px 1px 3px 2px #6e51fe; box-shadow: 1px 1px 3px 2px #6e51fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,81,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6e51fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6e51fe; -webkit-box-shadow: 1px 1px 3px 2px #6e51fe; box-shadow: 1px 1px 3px 2px #6e51fe;">
Div content here</div>
This div box has shadow with color #6e51fe
Comments
No comments written yet.
Please login to write comment.