Color spaces of #423dce
RGB | 66 | 61 | 206 |
---|---|---|---|
HSL | 0.67 | 0.60 | 0.52 |
HSV | 242° | 70° | 81° |
CMYK | 0.68 | 0.70 | 0.00 0.19 |
XYZ | 15.0561 | 8.9520 | 59.3269 |
Yxy | 8.9520 | 0.1807 | 0.1074 |
Hunter Lab | 29.9199 | 37.4638 | -96.6197 |
CIE-Lab | 35.8917 | 46.8667 | -73.8846 |
#423dce color RGB value is (66,61,206).
#423dce hex color red value is 66, green value is 61 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #423dce hue: 0.67 , saturation: 0.60 and the lightness value of 423dce is 0.52.
The process color (four color CMYK) of #423dce color hex is 0.68, 0.70, 0.00, 0.19. Web safe color of #423dce is #3333cc. Color #423dce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00111101 | 11001110 |
Octal | 102 | 75 | 316 |
Decimal | 66 | 61 | 206 |
Hex | 42 | 3D | CE |
Shades of #423dce
Tints of #423dce
RGB Percentages of Color #423dce
CMYK Percentages of Color #423dce
Complementary Color
#423dce | #c9ce3d |
#423dce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#423dce Color Preview on White Background
Lorem ipsum dolor sit amet.
#423dce Color CSS Codes
.mybgcolor {background-color:#423dce; } .myforecolor {color:#423dce; } .mybordercolor {border:3px solid #423dce; }
#423dce Text Font Color
<p style="color:#423dce">Text here</p>
This sample text font color is #423dce
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.
#423dce Background Color
<div style="background-color:#423dce">
Div content here</div>
This div background color is #423dce
#423dce Border Color
<div style="border:3px solid #423dce">
Div here</div>
This div border color is #423dce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,61,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #423dce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #423dce; -webkit-box-shadow: 1px 1px 3px 2px #423dce; box-shadow: 1px 1px 3px 2px #423dce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,61,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 #423dce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #423dce; -webkit-box-shadow: 1px 1px 3px 2px #423dce; box-shadow: 1px 1px 3px 2px #423dce;">
Div content here</div>
This div box has shadow with color #423dce
Comments
No comments written yet.
Please login to write comment.