Color spaces of #461fde
RGB | 70 | 31 | 222 |
---|---|---|---|
HSL | 0.70 | 0.75 | 0.50 |
HSV | 252° | 86° | 87° |
CMYK | 0.68 | 0.86 | 0.00 0.13 |
XYZ | 16.2006 | 7.5560 | 69.7118 |
Yxy | 7.5560 | 0.1733 | 0.0808 |
Hunter Lab | 27.4882 | 57.0975 | -131.1215 |
CIE-Lab | 33.0405 | 65.8445 | -87.8241 |
#461fde color RGB value is (70,31,222).
#461fde hex color red value is 70, green value is 31 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #461fde hue: 0.70 , saturation: 0.75 and the lightness value of 461fde is 0.50.
The process color (four color CMYK) of #461fde color hex is 0.68, 0.86, 0.00, 0.13. Web safe color of #461fde is #3333cc. Color #461fde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00011111 | 11011110 |
Octal | 106 | 37 | 336 |
Decimal | 70 | 31 | 222 |
Hex | 46 | 1F | DE |
Shades of #461fde
Tints of #461fde
RGB Percentages of Color #461fde
CMYK Percentages of Color #461fde
Complementary Color
#461fde | #b7de1f |
#461fde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#461fde Color Preview on White Background
Lorem ipsum dolor sit amet.
#461fde Color CSS Codes
.mybgcolor {background-color:#461fde; } .myforecolor {color:#461fde; } .mybordercolor {border:3px solid #461fde; }
#461fde Text Font Color
<p style="color:#461fde">Text here</p>
This sample text font color is #461fde
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.
#461fde Background Color
<div style="background-color:#461fde">
Div content here</div>
This div background color is #461fde
#461fde Border Color
<div style="border:3px solid #461fde">
Div here</div>
This div border color is #461fde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,31,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #461fde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #461fde; -webkit-box-shadow: 1px 1px 3px 2px #461fde; box-shadow: 1px 1px 3px 2px #461fde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,31,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #461fde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #461fde; -webkit-box-shadow: 1px 1px 3px 2px #461fde; box-shadow: 1px 1px 3px 2px #461fde;">
Div content here</div>
This div box has shadow with color #461fde
Comments
No comments written yet.
Please login to write comment.