Color spaces of #402dde
RGB | 64 | 45 | 222 |
---|---|---|---|
HSL | 0.68 | 0.73 | 0.52 |
HSV | 246° | 80° | 87° |
CMYK | 0.71 | 0.80 | 0.00 0.13 |
XYZ | 16.2376 | 8.2407 | 69.8420 |
Yxy | 8.2407 | 0.1722 | 0.0874 |
Hunter Lab | 28.7066 | 50.7301 | -124.1554 |
CIE-Lab | 34.4792 | 59.8542 | -85.4509 |
#402dde color RGB value is (64,45,222).
#402dde hex color red value is 64, green value is 45 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #402dde hue: 0.68 , saturation: 0.73 and the lightness value of 402dde is 0.52.
The process color (four color CMYK) of #402dde color hex is 0.71, 0.80, 0.00, 0.13. Web safe color of #402dde is #3333cc. Color #402dde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00101101 | 11011110 |
Octal | 100 | 55 | 336 |
Decimal | 64 | 45 | 222 |
Hex | 40 | 2D | DE |
Shades of #402dde
Tints of #402dde
RGB Percentages of Color #402dde
CMYK Percentages of Color #402dde
Complementary Color
#402dde | #cbde2d |
#402dde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#402dde Color Preview on White Background
Lorem ipsum dolor sit amet.
#402dde Color CSS Codes
.mybgcolor {background-color:#402dde; } .myforecolor {color:#402dde; } .mybordercolor {border:3px solid #402dde; }
#402dde Text Font Color
<p style="color:#402dde">Text here</p>
This sample text font color is #402dde
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.
#402dde Background Color
<div style="background-color:#402dde">
Div content here</div>
This div background color is #402dde
#402dde Border Color
<div style="border:3px solid #402dde">
Div here</div>
This div border color is #402dde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,45,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #402dde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #402dde; -webkit-box-shadow: 1px 1px 3px 2px #402dde; box-shadow: 1px 1px 3px 2px #402dde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,45,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #402dde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #402dde; -webkit-box-shadow: 1px 1px 3px 2px #402dde; box-shadow: 1px 1px 3px 2px #402dde;">
Div content here</div>
This div box has shadow with color #402dde
Comments
No comments written yet.
Please login to write comment.