Color spaces of #672dce
RGB | 103 | 45 | 206 |
---|---|---|---|
HSL | 0.73 | 0.64 | 0.49 |
HSV | 262° | 78° | 81° |
CMYK | 0.50 | 0.78 | 0.00 0.19 |
XYZ | 17.6725 | 9.2166 | 59.2401 |
Yxy | 9.2166 | 0.2052 | 0.1070 |
Hunter Lab | 30.3589 | 50.7804 | -94.4431 |
CIE-Lab | 36.3980 | 59.5262 | -72.9319 |
#672dce color RGB value is (103,45,206).
#672dce hex color red value is 103, green value is 45 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #672dce hue: 0.73 , saturation: 0.64 and the lightness value of 672dce is 0.49.
The process color (four color CMYK) of #672dce color hex is 0.50, 0.78, 0.00, 0.19. Web safe color of #672dce is #6633cc. Color #672dce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 00101101 | 11001110 |
Octal | 147 | 55 | 316 |
Decimal | 103 | 45 | 206 |
Hex | 67 | 2D | CE |
Shades of #672dce
Tints of #672dce
RGB Percentages of Color #672dce
CMYK Percentages of Color #672dce
Complementary Color
#672dce | #94ce2d |
#672dce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#672dce Color Preview on White Background
Lorem ipsum dolor sit amet.
#672dce Color CSS Codes
.mybgcolor {background-color:#672dce; } .myforecolor {color:#672dce; } .mybordercolor {border:3px solid #672dce; }
#672dce Text Font Color
<p style="color:#672dce">Text here</p>
This sample text font color is #672dce
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.
#672dce Background Color
<div style="background-color:#672dce">
Div content here</div>
This div background color is #672dce
#672dce Border Color
<div style="border:3px solid #672dce">
Div here</div>
This div border color is #672dce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,45,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #672dce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #672dce; -webkit-box-shadow: 1px 1px 3px 2px #672dce; box-shadow: 1px 1px 3px 2px #672dce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,45,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #672dce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #672dce; -webkit-box-shadow: 1px 1px 3px 2px #672dce; box-shadow: 1px 1px 3px 2px #672dce;">
Div content here</div>
This div box has shadow with color #672dce
Comments
No comments written yet.
Please login to write comment.