Color spaces of #670efe
RGB | 103 | 14 | 254 |
---|---|---|---|
HSL | 0.73 | 0.99 | 0.53 |
HSV | 262° | 94° | 100° |
CMYK | 0.59 | 0.94 | 0.00 0.00 |
XYZ | 23.6399 | 10.3534 | 94.5184 |
Yxy | 10.3534 | 0.1840 | 0.0806 |
Hunter Lab | 32.1767 | 74.8329 | -151.6395 |
CIE-Lab | 38.4694 | 79.6592 | -96.8743 |
#670efe color RGB value is (103,14,254).
#670efe hex color red value is 103, green value is 14 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #670efe hue: 0.73 , saturation: 0.99 and the lightness value of 670efe is 0.53.
The process color (four color CMYK) of #670efe color hex is 0.59, 0.94, 0.00, 0.00. Web safe color of #670efe is #6600ff. Color #670efe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 00001110 | 11111110 |
Octal | 147 | 16 | 376 |
Decimal | 103 | 14 | 254 |
Hex | 67 | E | FE |
Shades of #670efe
Tints of #670efe
RGB Percentages of Color #670efe
CMYK Percentages of Color #670efe
Complementary Color
#670efe | #a5fe0e |
#670efe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#670efe Color Preview on White Background
Lorem ipsum dolor sit amet.
#670efe Color CSS Codes
.mybgcolor {background-color:#670efe; } .myforecolor {color:#670efe; } .mybordercolor {border:3px solid #670efe; }
#670efe Text Font Color
<p style="color:#670efe">Text here</p>
This sample text font color is #670efe
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.
#670efe Background Color
<div style="background-color:#670efe">
Div content here</div>
This div background color is #670efe
#670efe Border Color
<div style="border:3px solid #670efe">
Div here</div>
This div border color is #670efe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,14,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #670efe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #670efe; -webkit-box-shadow: 1px 1px 3px 2px #670efe; box-shadow: 1px 1px 3px 2px #670efe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,14,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 #670efe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #670efe; -webkit-box-shadow: 1px 1px 3px 2px #670efe; box-shadow: 1px 1px 3px 2px #670efe;">
Div content here</div>
This div box has shadow with color #670efe
Comments
No comments written yet.
Please login to write comment.