Color spaces of #6700df
RGB | 103 | 0 | 223 |
---|---|---|---|
HSL | 0.74 | 1.00 | 0.44 |
HSV | 268° | 100° | 87° |
CMYK | 0.54 | 1.00 | 0.00 0.13 |
XYZ | 18.9128 | 8.2113 | 70.4002 |
Yxy | 8.2113 | 0.1939 | 0.0842 |
Hunter Lab | 28.6554 | 67.6647 | -125.6043 |
CIE-Lab | 34.4191 | 74.5818 | -86.0128 |
#6700df color RGB value is (103,0,223).
#6700df hex color red value is 103, green value is 0 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6700df hue: 0.74 , saturation: 1.00 and the lightness value of 6700df is 0.44.
The process color (four color CMYK) of #6700df color hex is 0.54, 1.00, 0.00, 0.13. Web safe color of #6700df is #6600cc. Color #6700df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 00000000 | 11011111 |
Octal | 147 | 0 | 337 |
Decimal | 103 | 0 | 223 |
Hex | 67 | 0 | DF |
Shades of #6700df
Tints of #6700df
RGB Percentages of Color #6700df
CMYK Percentages of Color #6700df
Complementary Color
#6700df | #78df00 |
#6700df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6700df Color Preview on White Background
Lorem ipsum dolor sit amet.
#6700df Color CSS Codes
.mybgcolor {background-color:#6700df; } .myforecolor {color:#6700df; } .mybordercolor {border:3px solid #6700df; }
#6700df Text Font Color
<p style="color:#6700df">Text here</p>
This sample text font color is #6700df
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.
#6700df Background Color
<div style="background-color:#6700df">
Div content here</div>
This div background color is #6700df
#6700df Border Color
<div style="border:3px solid #6700df">
Div here</div>
This div border color is #6700df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,0,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6700df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6700df; -webkit-box-shadow: 1px 1px 3px 2px #6700df; box-shadow: 1px 1px 3px 2px #6700df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,0,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 #6700df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6700df; -webkit-box-shadow: 1px 1px 3px 2px #6700df; box-shadow: 1px 1px 3px 2px #6700df;">
Div content here</div>
This div box has shadow with color #6700df
Comments
No comments written yet.
Please login to write comment.