Color spaces of #672edf
RGB | 103 | 46 | 223 |
---|---|---|---|
HSL | 0.72 | 0.73 | 0.53 |
HSV | 259° | 79° | 87° |
CMYK | 0.54 | 0.79 | 0.00 0.13 |
XYZ | 19.8898 | 10.1653 | 70.7258 |
Yxy | 10.1653 | 0.1974 | 0.1009 |
Hunter Lab | 31.8831 | 55.5593 | -109.2041 |
CIE-Lab | 38.1375 | 63.4967 | -79.8680 |
#672edf color RGB value is (103,46,223).
#672edf hex color red value is 103, green value is 46 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #672edf hue: 0.72 , saturation: 0.73 and the lightness value of 672edf is 0.53.
The process color (four color CMYK) of #672edf color hex is 0.54, 0.79, 0.00, 0.13. Web safe color of #672edf is #6633cc. Color #672edf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 00101110 | 11011111 |
Octal | 147 | 56 | 337 |
Decimal | 103 | 46 | 223 |
Hex | 67 | 2E | DF |
Shades of #672edf
Tints of #672edf
RGB Percentages of Color #672edf
CMYK Percentages of Color #672edf
Complementary Color
#672edf | #a6df2e |
#672edf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#672edf Color Preview on White Background
Lorem ipsum dolor sit amet.
#672edf Color CSS Codes
.mybgcolor {background-color:#672edf; } .myforecolor {color:#672edf; } .mybordercolor {border:3px solid #672edf; }
#672edf Text Font Color
<p style="color:#672edf">Text here</p>
This sample text font color is #672edf
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.
#672edf Background Color
<div style="background-color:#672edf">
Div content here</div>
This div background color is #672edf
#672edf Border Color
<div style="border:3px solid #672edf">
Div here</div>
This div border color is #672edf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,46,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #672edf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #672edf; -webkit-box-shadow: 1px 1px 3px 2px #672edf; box-shadow: 1px 1px 3px 2px #672edf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,46,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #672edf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #672edf; -webkit-box-shadow: 1px 1px 3px 2px #672edf; box-shadow: 1px 1px 3px 2px #672edf;">
Div content here</div>
This div box has shadow with color #672edf
Indigo I like it!