Color spaces of #672fef
RGB | 103 | 47 | 239 |
---|---|---|---|
HSL | 0.72 | 0.86 | 0.56 |
HSV | 258° | 80° | 94° |
CMYK | 0.57 | 0.80 | 0.00 0.06 |
XYZ | 22.1900 | 11.1486 | 82.6437 |
Yxy | 11.1486 | 0.1913 | 0.0961 |
Hunter Lab | 33.3895 | 60.1958 | -123.3783 |
CIE-Lab | 39.8296 | 67.2314 | -86.1791 |
#672fef color RGB value is (103,47,239).
#672fef hex color red value is 103, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #672fef hue: 0.72 , saturation: 0.86 and the lightness value of 672fef is 0.56.
The process color (four color CMYK) of #672fef color hex is 0.57, 0.80, 0.00, 0.06. Web safe color of #672fef is #6633ff. Color #672fef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 00101111 | 11101111 |
Octal | 147 | 57 | 357 |
Decimal | 103 | 47 | 239 |
Hex | 67 | 2F | EF |
Shades of #672fef
Tints of #672fef
RGB Percentages of Color #672fef
CMYK Percentages of Color #672fef
Complementary Color
#672fef | #b7ef2f |
#672fef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#672fef Color Preview on White Background
Lorem ipsum dolor sit amet.
#672fef Color CSS Codes
.mybgcolor {background-color:#672fef; } .myforecolor {color:#672fef; } .mybordercolor {border:3px solid #672fef; }
#672fef Text Font Color
<p style="color:#672fef">Text here</p>
This sample text font color is #672fef
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.
#672fef Background Color
<div style="background-color:#672fef">
Div content here</div>
This div background color is #672fef
#672fef Border Color
<div style="border:3px solid #672fef">
Div here</div>
This div border color is #672fef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,47,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #672fef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #672fef; -webkit-box-shadow: 1px 1px 3px 2px #672fef; box-shadow: 1px 1px 3px 2px #672fef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,47,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #672fef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #672fef; -webkit-box-shadow: 1px 1px 3px 2px #672fef; box-shadow: 1px 1px 3px 2px #672fef;">
Div content here</div>
This div box has shadow with color #672fef
Comments
No comments written yet.
Please login to write comment.